fome-fw/firmware/controllers/trigger/decoders
Matthew Kennedy 442c75cc4c
Remove sensor chart (#568)
* delete sensor chart from firmware

* delete sensor sniffer UI
2025-03-07 03:28:29 -08:00
..
auto_generated_sync_edge.cpp Auto-generated configs and docs 2023-03-15 19:34:12 +00:00
auto_generated_sync_edge.h Auto-generated configs and docs 2023-03-15 19:34:12 +00:00
readme.md
sync_edge.h docs 2022-11-16 12:18:34 -05:00
trigger_chrysler.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
trigger_chrysler.h rewrite neon trigger (#5003) 2023-01-24 18:33:15 +05:30
trigger_gm.cpp for loop formatting 2024-07-03 00:22:48 -07:00
trigger_gm.h Trigger gm 3 vs 5 (#4140) 2022-05-06 08:25:44 -04:00
trigger_honda.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
trigger_honda.h Remove third trigger channel (#4226) 2022-06-01 21:24:20 -04:00
trigger_mazda.cpp na miata CAS as cam trigger (#495) 2024-10-01 11:42:06 -07:00
trigger_mazda.h na miata CAS as cam trigger (#495) 2024-10-01 11:42:06 -07:00
trigger_mercedes.cpp switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07:00
trigger_mercedes.h
trigger_misc.cpp for loop formatting 2024-07-03 00:22:48 -07:00
trigger_misc.h new trigger wheel shape for Benelli 3-cylinder engines #4744 2022-11-16 12:18:46 -05:00
trigger_mitsubishi.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
trigger_mitsubishi.h Feb20: 3rd ticket for 4g9x mess #5111 2023-02-20 16:51:56 -05:00
trigger_nissan.cpp for loop formatting 2024-07-03 00:22:48 -07:00
trigger_nissan.h remove 360 trigger (#4165) 2022-05-11 06:15:06 -04:00
trigger_renix.cpp for loop formatting 2024-07-03 00:22:48 -07:00
trigger_renix.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_rover.cpp switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07:00
trigger_rover.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_structure.cpp Remove sensor chart (#568) 2025-03-07 03:28:29 -08:00
trigger_structure.h deprecating EFI_ERROR_CODE 2024-12-28 14:49:27 -08:00
trigger_subaru.cpp switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07: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 switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07:00
trigger_suzuki.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
trigger_toyota.cpp switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07: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 start switching TriggerValue to bool #55 2023-05-30 22:55:03 -07:00
trigger_universal.h simplify initializeSkippedToothTrigger (#4674) 2022-10-17 16:05:27 -04:00
trigger_vw.cpp switch all decoders from TriggerValue -> bool #55 2023-05-30 22:58:03 -07:00
trigger_vw.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00

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