* make things c++ friendly * install various canaries in coal mines * using is much clearer than typedef * fixing builds * lps25 * trigger includes were a mess * c -> c++ cleanup * os util * why did so many include os_util.h? * fwd declare * cypress/kinetis * s * eg33 happy * happy sim * cypress usb * pch * cypress * doesn't need to include all that * h7 |
||
---|---|---|
.. | ||
readme.md | ||
trigger_chrysler.cpp | ||
trigger_chrysler.h | ||
trigger_gm.cpp | ||
trigger_gm.h | ||
trigger_honda.cpp | ||
trigger_honda.h | ||
trigger_mazda.cpp | ||
trigger_mazda.h | ||
trigger_mercedes.cpp | ||
trigger_mercedes.h | ||
trigger_misc.cpp | ||
trigger_misc.h | ||
trigger_mitsubishi.cpp | ||
trigger_mitsubishi.h | ||
trigger_nissan.cpp | ||
trigger_nissan.h | ||
trigger_renix.cpp | ||
trigger_renix.h | ||
trigger_rover.cpp | ||
trigger_rover.h | ||
trigger_structure.cpp | ||
trigger_structure.h | ||
trigger_subaru.cpp | ||
trigger_subaru.h | ||
trigger_suzuki.cpp | ||
trigger_suzuki.h | ||
trigger_toyota.cpp | ||
trigger_toyota.h | ||
trigger_universal.cpp | ||
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