rusefi/firmware/controllers/trigger/decoders
rusefillc 22108cf300 only:docs 2024-12-10 18:57:54 -05:00
..
auto_generated_sync_edge.cpp
auto_generated_sync_edge.h
readme.md Update readme.md 2024-08-26 19:44:20 -04:00
sync_edge.h
trigger_chrysler.cpp
trigger_chrysler.h
trigger_ford.cpp only:refactoring 2024-09-11 22:36:05 -04:00
trigger_ford.h Ford Coyote Exhaust VVT position error #6402 2024-07-04 15:37:43 -04:00
trigger_gm.cpp
trigger_gm.h
trigger_honda.cpp Honda (?) 1+16 trigger is not right fix #6418 2024-04-26 11:25:48 -04:00
trigger_honda.h Honda (?) 1+16 trigger is not right fix #6418 2024-04-26 11:25:48 -04:00
trigger_mazda.cpp tweak NC vvt sync gaps 2024-05-29 08:47:21 -04:00
trigger_mazda.h implement mazda L cam 2024-05-28 16:56:53 -04:00
trigger_mercedes.cpp
trigger_mercedes.h
trigger_misc.cpp only:TT_ARCTIC_CAT 2024-08-11 12:08:55 -04:00
trigger_misc.h only:TT_ARCTIC_CAT 2024-08-11 12:08:55 -04:00
trigger_mitsubishi.cpp only:docs 2024-12-10 18:57:54 -05:00
trigger_mitsubishi.h
trigger_nissan.cpp Update trigger_nissan.cpp 2024-09-15 09:36:51 -04:00
trigger_nissan.h TT_NISSAN_HR_CAM_IN #6898 2024-09-08 00:51:28 -04:00
trigger_renault.cpp
trigger_renault.h
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp memset is neither intent-expressive nor type safe 2024-11-25 00:26:54 -05:00
trigger_structure.h selected while two inputs were configured is confused about crank vs VVT 2024-09-02 22:42:20 -04:00
trigger_subaru.cpp only: Nissan HR crank trigger wheel #6773 2024-08-06 18:58:35 -04:00
trigger_subaru.h only: Nissan HR crank trigger wheel #6773 2024-08-06 18:00:33 -04:00
trigger_suzuki.cpp only: Suzuki K6A (NON VVTI Trigger) #6490 2024-05-09 20:35:33 -04:00
trigger_suzuki.h Suzuki K6A (NON VVTI Trigger) #6490 2024-05-09 19:52:24 -04:00
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp 3-0 dies for no reason at idle speeds #7002 (#7006) 2024-11-04 10:14:24 -05:00
trigger_universal.h
trigger_vw.cpp Update trigger_vw.cpp - skoda trigger wheel (#7023) 2024-11-01 08:48:42 -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

Sometimes you better add a unit test

See unit_tests/tests/trigger/resources for logic analyzer files we test against