fome-fw/firmware/controllers/trigger/decoders
Matthew Kennedy 9cd5553617 plumbing parts of 4621 (#4622)
* plumbing parts of 4621

* show error list

* exit on error too!

* this test has some unhealthy undefined behavior

* no uninitialized values

* no that doesn't work

* remove the invalid data and the bug becomes obvious
2022-09-25 18:49:54 -04:00
..
auto_generated_sync_edge.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
auto_generated_sync_edge.h explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
readme.md
sync_edge.h plumbing parts of 4621 (#4622) 2022-09-25 18:49:54 -04:00
trigger_chrysler.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_chrysler.h
trigger_gm.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_gm.h
trigger_honda.cpp better k gaps (#4623) 2022-09-25 09:14:29 -04:00
trigger_honda.h Remove third trigger channel (#4226) 2022-06-01 21:24:20 -04:00
trigger_mazda.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_mazda.h rename and fix skyactiv cam mode (#4505) 2022-08-31 22:12:45 -04:00
trigger_mercedes.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_mercedes.h
trigger_misc.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_misc.h
trigger_mitsubishi.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_mitsubishi.h
trigger_nissan.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_nissan.h
trigger_renix.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_renix.h
trigger_rover.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_rover.h
trigger_structure.cpp plumbing parts of 4621 (#4622) 2022-09-25 18:49:54 -04:00
trigger_structure.h plumbing parts of 4621 (#4622) 2022-09-25 18:49:54 -04:00
trigger_subaru.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -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 explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_suzuki.h
trigger_toyota.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_toyota.h
trigger_universal.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -04:00
trigger_universal.h refactoring: type safety 2022-09-11 03:46:50 -04:00
trigger_vw.cpp explicitly pass which edges we sync trigger on (#4607) 2022-09-23 20:39:41 -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