rusefi/firmware/controllers/trigger/decoders
Matthew Kennedy f9ba47c244 compile-time enforcement of printf strings 2024-06-10 19:24:45 -04:00
..
auto_generated_sync_edge.cpp
auto_generated_sync_edge.h
readme.md
sync_edge.h
trigger_chrysler.cpp
trigger_chrysler.h
trigger_ford.cpp
trigger_ford.h
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 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
trigger_misc.h
trigger_mitsubishi.cpp 4G93 sync problems fix #6544 2024-05-24 22:51:15 -04:00
trigger_mitsubishi.h
trigger_nissan.cpp
trigger_nissan.h
trigger_renault.cpp
trigger_renault.h
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp compile-time enforcement of printf strings 2024-06-10 19:24:45 -04:00
trigger_structure.h avoid float -> double 2024-05-11 18:32:54 -04:00
trigger_subaru.cpp
trigger_subaru.h
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
trigger_universal.h
trigger_vw.cpp
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