rusefi/firmware/controllers/trigger/decoders
rusefillc a3050bba86 subaru 36-2-2-2
https://rusefi.com/forum/viewtopic.php?p=48444#p48444
2023-10-08 10:59:59 -04:00
..
auto_generated_sync_edge.cpp Auto-generated configs and docs 2022-09-25 22:54:41 +00: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 docs 2022-11-16 12:18:34 -05:00
trigger_chrysler.cpp rewrite neon trigger (#5003) 2023-01-24 18:33:15 +05:30
trigger_chrysler.h rewrite neon trigger (#5003) 2023-01-24 18:33:15 +05:30
trigger_ford.cpp Ford Coyote VVT Decoder #5275 2023-05-13 16:08:23 -04:00
trigger_ford.h Ford Coyote VVT Decoder #5275 2023-05-13 11:39:54 -04:00
trigger_gm.cpp trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 14:59:17 -04:00
trigger_gm.h Trigger gm 3 vs 5 (#4140) 2022-05-06 08:25:44 -04:00
trigger_honda.cpp only:mre_f4 2023-07-03 10:25:04 -04:00
trigger_honda.h Remove third trigger channel (#4226) 2022-06-01 21:24:20 -04:00
trigger_mazda.cpp trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:34:59 -04:00
trigger_mazda.h rename and fix skyactiv cam mode (#4505) 2022-08-31 22:12:45 -04:00
trigger_mercedes.cpp trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:34:59 -04:00
trigger_mercedes.h
trigger_misc.cpp Trigger: "Single 60deg tooth before TDC" for Saruman, Sovek ignition (#5347) 2023-06-22 21:10:29 -05:00
trigger_misc.h Trigger: "Single 60deg tooth before TDC" for Saruman, Sovek ignition (#5347) 2023-06-22 21:10:29 -05:00
trigger_mitsubishi.cpp TT_MITSU_4G63_CRANK fix 2023-09-16 00:44:37 -04:00
trigger_mitsubishi.h 4G69 Cam pattern #5541 2023-08-25 01:10:08 -04:00
trigger_nissan.cpp trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 14:46:32 -04:00
trigger_nissan.h remove 360 trigger (#4165) 2022-05-11 06:15:06 -04:00
trigger_renault.cpp reducing code duplication around assert 2023-09-05 21:28:39 -04:00
trigger_renault.h Renault F 60-2-2 trigger wheel fix #5513 2023-08-15 12:50:54 -04:00
trigger_renix.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_renix.h
trigger_rover.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_rover.h
trigger_structure.cpp only:6G72 Trigger Pattern #5593 2023-09-29 23:21:48 -04:00
trigger_structure.h 36/2/2/2 is confusing #5566 2023-09-15 23:40:31 -04:00
trigger_subaru.cpp subaru 36-2-2-2 2023-10-08 10:59:59 -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 refactoring: default parameter, global replace 2022-11-16 14:28:43 -05:00
trigger_suzuki.h
trigger_toyota.cpp Toyota cam 4-1 can be a plain skipped tooth decoder (#4863) 2022-12-02 07:37:18 -05:00
trigger_toyota.h Toyota cam 4-1 can be a plain skipped tooth decoder (#4863) 2022-12-02 07:37:18 -05:00
trigger_universal.cpp docs & extracing constant 2023-08-15 12:25:53 -04:00
trigger_universal.h simplify initializeSkippedToothTrigger (#4674) 2022-10-17 16:05:27 -04:00
trigger_vw.cpp refactoring: default parameter, global replace 2022-11-16 14:28:43 -05: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