rusefi-full/firmware/controllers/trigger/decoders
rusefillc e631988b22 Proper cam speed labels in triggers #4021 2022-04-03 12:22:47 -04:00
..
readme.md
trigger_chrysler.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
trigger_chrysler.h
trigger_gm.cpp Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2022-04-01 21:11:32 -04:00
trigger_gm.h
trigger_honda.cpp Honda K 12+1 decoder adjustment (#3694) 2021-12-14 21:10:01 -05:00
trigger_honda.h
trigger_mazda.cpp Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2022-04-01 21:11:32 -04:00
trigger_mazda.h Remove Miata MX5 NB1 trigger fix #3488 2022-01-31 18:20:43 -05:00
trigger_mercedes.cpp
trigger_mercedes.h
trigger_misc.cpp MAP phase sensing fix #3544 2021-12-16 21:28:27 -05:00
trigger_misc.h MAP phase sensing fix #3544 2021-12-16 21:28:27 -05:00
trigger_mitsubishi.cpp Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2022-04-01 21:11:32 -04:00
trigger_mitsubishi.h Mitsubishi 4B11 support #4013 2022-03-20 11:24:08 -04:00
trigger_nissan.cpp warning cleanup (#4020) 2022-03-22 16:53:24 -04:00
trigger_nissan.h
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp Proper cam speed labels in triggers #4021 2022-04-03 12:22:47 -04:00
trigger_structure.h Proper cam speed labels in triggers #4021 2022-04-03 12:22:47 -04:00
trigger_subaru.cpp Proper cam speed labels in triggers #4021 2022-04-03 12:22:47 -04:00
trigger_subaru.h
trigger_suzuki.cpp
trigger_suzuki.h
trigger_toyota.cpp new VVT trigger shape? 4-1 Toyota #1847 2022-03-23 19:25:13 -04:00
trigger_toyota.h new VVT trigger shape? 4-1 Toyota #1847 2022-03-23 19:25:13 -04:00
trigger_universal.cpp Proper cam speed labels in triggers #4021 2022-04-03 12:22:47 -04:00
trigger_universal.h
trigger_vw.cpp
trigger_vw.h
triggers-meta.yaml

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