rusefi/firmware/controllers/trigger/decoders
rusefi 4744515cf5 Usability: critical error in case of unneeded second channel fix #6419 2024-04-27 08:01:59 -04:00
..
auto_generated_sync_edge.cpp
auto_generated_sync_edge.h
readme.md
sync_edge.h docs 2022-11-16 12:18:34 -05:00
trigger_chrysler.cpp
trigger_chrysler.h rewrite neon trigger (#5003) 2023-01-24 18:33:15 +05:30
trigger_ford.cpp clean-up 2023-11-02 10:39:18 -04:00
trigger_ford.h Ford Coyote VVT Decoder #5275 2023-05-13 11:39:54 -04:00
trigger_gm.cpp better names for 3/5 GM 24xs 2024-03-22 13:44:18 -04:00
trigger_gm.h
trigger_honda.cpp Honda (?) 1+16 trigger is not right fix #6418 2024-04-26 11:25:48 -04:00
trigger_honda.h Honda (?) 1+16 trigger is not right fix #6418 2024-04-26 11:25:48 -04:00
trigger_mazda.cpp trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:34:59 -04:00
trigger_mazda.h rename and fix skyactiv cam mode (#4505) 2022-08-31 22:12:45 -04:00
trigger_mercedes.cpp
trigger_mercedes.h
trigger_misc.cpp https://github.com/rusefi/rusefi/issues/5925#issuecomment-1934440130 2024-02-08 12:42:59 -05:00
trigger_misc.h Expand daihatsu 3+1 3cyl trigger to 4+1 as well fix #5925 2024-02-08 10:30:10 -05:00
trigger_mitsubishi.cpp 6G72 Trigger Pattern #5593 2023-12-06 23:02:08 -05:00
trigger_mitsubishi.h 6G72 Trigger Pattern #5593 2023-11-08 15:29:07 -05:00
trigger_nissan.cpp
trigger_nissan.h
trigger_renault.cpp reducing code duplication around assert 2023-09-05 21:28:39 -04:00
trigger_renault.h Renault F 60-2-2 trigger wheel fix #5513 2023-08-15 12:50:54 -04:00
trigger_renix.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_renix.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_rover.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_rover.h
trigger_structure.cpp Usability: critical error in case of unneeded second channel fix #6419 2024-04-27 08:01:59 -04:00
trigger_structure.h we often mean inline when we say static 2024-03-29 11:56:52 -04:00
trigger_subaru.cpp https://rusefi.com/forum/viewtopic.php?p=49358#p49358 2024-03-19 18:33:18 -04:00
trigger_subaru.h
trigger_suzuki.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_suzuki.h
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp only:Lamborghini Diablo 1995 CKP Pattern #5876 2024-01-15 13:52:02 -05:00
trigger_universal.h only:Lamborghini Diablo 1995 CKP Pattern #5876 2024-01-15 13:52:02 -05:00
trigger_vw.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_vw.h

readme.md

Trigger Decoders

This folder is and should not be aware of engine.h or engine_configuration.h

Hints on adding new trigger

Step 1: add into rusefi_config.txt

Step 2: add into rusefi_enums.h, update TT_UNUSED, invoke gen_enum script

Step 3: get it working.

It's useful to un-comments AllTriggersFixture line in unit_tests/main.cpp

It's useful to add setVerboseTrigger(true) into unit tests while troubleshooting fresh trigger code