rusefi/firmware/controllers/trigger/decoders
rusefillc 5b8af9745e skoda favorit trigger oops typo 2024-10-19 11:59:14 -04:00
..
auto_generated_sync_edge.cpp
auto_generated_sync_edge.h
readme.md Update readme.md 2024-08-26 19:44:20 -04:00
sync_edge.h
trigger_chrysler.cpp
trigger_chrysler.h
trigger_ford.cpp only:refactoring 2024-09-11 22:36:05 -04:00
trigger_ford.h Ford Coyote Exhaust VVT position error #6402 2024-07-04 15:37:43 -04:00
trigger_gm.cpp
trigger_gm.h
trigger_honda.cpp
trigger_honda.h
trigger_mazda.cpp tweak NC vvt sync gaps 2024-05-29 08:47:21 -04:00
trigger_mazda.h implement mazda L cam 2024-05-28 16:56:53 -04:00
trigger_mercedes.cpp
trigger_mercedes.h
trigger_misc.cpp only:TT_ARCTIC_CAT 2024-08-11 12:08:55 -04:00
trigger_misc.h only:TT_ARCTIC_CAT 2024-08-11 12:08:55 -04:00
trigger_mitsubishi.cpp [was: 3/0 trigger syncs faster with Single Tooth than 6G72 Cam] 6G72 Cam is not well #6798 2024-09-11 20:33:45 -04:00
trigger_mitsubishi.h
trigger_nissan.cpp Update trigger_nissan.cpp 2024-09-15 09:36:51 -04:00
trigger_nissan.h TT_NISSAN_HR_CAM_IN #6898 2024-09-08 00:51:28 -04:00
trigger_renault.cpp
trigger_renault.h
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp TT_NISSAN_HR_CAM_IN #6898 2024-09-08 00:51:28 -04:00
trigger_structure.h selected while two inputs were configured is confused about crank vs VVT 2024-09-02 22:42:20 -04:00
trigger_subaru.cpp only: Nissan HR crank trigger wheel #6773 2024-08-06 18:58:35 -04:00
trigger_subaru.h only: Nissan HR crank trigger wheel #6773 2024-08-06 18:00:33 -04:00
trigger_suzuki.cpp only: Suzuki K6A (NON VVTI Trigger) #6490 2024-05-09 20:35:33 -04:00
trigger_suzuki.h Suzuki K6A (NON VVTI Trigger) #6490 2024-05-09 19:52:24 -04:00
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp only:additional argument validation 2024-08-11 12:00:29 -04:00
trigger_universal.h
trigger_vw.cpp skoda favorit trigger oops typo 2024-10-19 11:59:14 -04: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

Sometimes you better add a unit test

See unit_tests/tests/trigger/resources for logic analyzer files we test against