rusefi/firmware/controllers/trigger/decoders
Matthew Kennedy c72bd07179
enable address sanitizer (#3217)
* enable asan

* lua

* this is dead and leaky

* leaky nissan

* fix pwm generator use-after-stack

* initializers

* prevent problems in case of invalid trigger shape

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-09-05 05:56:59 -04:00
..
readme.md docs 2021-08-31 04:27:31 -04:00
trigger_chrysler.cpp refactoring 2021-07-17 00:53:51 -04:00
trigger_chrysler.h
trigger_gm.cpp refactoring 2021-07-17 00:56:50 -04:00
trigger_gm.h
trigger_honda.cpp
trigger_honda.h
trigger_mazda.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_mazda.h
trigger_misc.cpp
trigger_misc.h
trigger_mitsubishi.cpp
trigger_mitsubishi.h
trigger_nissan.cpp Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 06:16:19 -04:00
trigger_nissan.h Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:45:40 -04:00
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp enable address sanitizer (#3217) 2021-09-05 05:56:59 -04:00
trigger_structure.h enable address sanitizer (#3217) 2021-09-05 05:56:59 -04:00
trigger_subaru.cpp Subaru svx trigger update (not vvt) (#3210) 2021-09-04 11:42:12 -04:00
trigger_subaru.h
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_universal.h
trigger_vw.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
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

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