rusefi-1/firmware/controllers/trigger/decoders
rusefillc d92fa798ba RoverK - wow that's odd, but whatever 2022-07-12 02:42:41 -04:00
..
readme.md
trigger_chrysler.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_chrysler.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_gm.cpp Trigger gm 3 vs 5 (#4140) 2022-05-06 08:25:44 -04:00
trigger_gm.h Trigger gm 3 vs 5 (#4140) 2022-05-06 08:25:44 -04:00
trigger_honda.cpp Remove third trigger channel (#4226) 2022-06-01 21:24:20 -04:00
trigger_honda.h Remove third trigger channel (#4226) 2022-06-01 21:24:20 -04:00
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 allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_mercedes.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_mercedes.h mercedes two lobe trigger testing (#3543) 2021-11-13 21:50:04 -05:00
trigger_misc.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_misc.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_mitsubishi.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_mitsubishi.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_nissan.cpp Pavel says 120 2022-05-24 14:40:54 -04:00
trigger_nissan.h remove 360 trigger (#4165) 2022-05-11 06:15:06 -04:00
trigger_renix.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_renix.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_rover.cpp RoverK - wow that's odd, but whatever 2022-07-12 02:42:41 -04:00
trigger_rover.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_structure.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2353 2022-06-20 11:41:33 -04:00
trigger_structure.h cam/crank sync improvements (#4152) 2022-06-09 17:21:22 -04:00
trigger_subaru.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2353 2022-06-20 11:41:33 -04:00
trigger_subaru.h https://rusefi.com/forum/viewtopic.php?f=5&t=2353 2022-06-20 11:41:33 -04:00
trigger_suzuki.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_suzuki.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_toyota.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_toyota.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_universal.cpp honda trigger sync ratio (#4194) 2022-05-24 17:12:36 -04:00
trigger_universal.h 12 tooth crank mode (#4179) 2022-05-17 21:38:24 -04:00
trigger_vw.cpp
trigger_vw.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00

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