fome-fw/firmware/config/engines
Matthew Kennedy 7b47e77e58 infer useOnlyRisingEdge by trigger type (#4621)
* most of the plumbing

* easy tests

* trigger types that are rise only

* configs

* change mode of various triggers

* vvt

* 898 test is now impossible 🥳

* s

* instant rpm test

* actually remove useOnlyRisingEdgeForTrigger

* remove vvtCamSensorUseRise

* s

* print

* one happy test

* another test

* happy testSomethingWeird

* happy testCamInput

* maybe fix it a different way

* better

* quad cam

* nb2 happy

* bad merge

* vvt test

* trigger.test1995FordInline6TriggerDecoder

* hellen gm e67

* changelog
2022-11-08 21:48:39 -05:00
..
GY6_139QMB.cpp
GY6_139QMB.h
bmw_m73.cpp
bmw_m73.h
bmw_m73_mre.cpp
bmw_n73.cpp Lua code reuse 2022-08-25 11:15:45 -04:00
bmw_n73.h libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
chevrolet_camaro_4.cpp
chevrolet_camaro_4.h
citroenBerlingoTU3JP.cpp
citroenBerlingoTU3JP.h
custom_engine.cpp GM 2022-10-30 00:07:32 -04:00
custom_engine.h remove 898 (#4634) 2022-10-04 20:12:57 -04:00
dodge_neon.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
dodge_neon.h
dodge_ram.cpp
dodge_ram.h
engine_template.cpp
engine_template.h
engines.mk E38 2022-10-25 23:18:41 -04:00
ford_1995_inline_6.cpp
ford_1995_inline_6.h
ford_aspire.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
ford_aspire.h
ford_festiva.cpp
ford_festiva.h
gm_ls_4.cpp GM 2022-11-04 12:38:55 -04:00
gm_ls_4.h PROTEUS_GM_LS_4 2022-10-27 20:49:06 -04:00
harley.cpp Harley 2022-09-15 14:55:01 -04:00
honda_600.cpp implement CAN driver for simulator (#4312) 2022-07-03 08:25:24 -04:00
honda_600.h
honda_k_dbc.cpp better k gaps (#4623) 2022-09-25 09:14:29 -04:00
honda_k_dbc.h
hyundai.cpp libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
hyundai.h libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
m111.cpp
m111.h
mazda_626.cpp
mazda_626.h
mazda_miata.cpp
mazda_miata.h
mazda_miata_1_6.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
mazda_miata_1_6.h miata 96 defaults 2022-06-23 14:30:41 -04:00
mazda_miata_base_maps.cpp idle coasting table is RPM, not clt (#4487) 2022-08-29 08:15:04 -04:00
mazda_miata_base_maps.h
mazda_miata_custom_hunchback.cpp
mazda_miata_na8.cpp defaults clean-up: silentTriggerError 2022-09-08 14:44:34 -04:00
mazda_miata_na8.h miata 96 defaults 2022-06-23 14:30:41 -04:00
mazda_miata_vvt.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
mazda_miata_vvt.h miata 96 defaults 2022-06-23 14:30:41 -04:00
mercedes.cpp refactoring: helper method 2022-10-29 23:46:54 -04:00
mercedes.h
mitsubishi.cpp
mitsubishi.h
nissan_primera.cpp
nissan_primera.h
nissan_vq.cpp Nissan defaults 2022-11-02 11:17:24 -04:00
nissan_vq.h Nissan defaults 2022-11-02 11:17:24 -04:00
readme.md
sachs.cpp get rid of setSerialConfigurationOverrides (#4274) 2022-06-23 19:42:09 -04:00
sachs.h
subaru.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
subaru.h
test_engine.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
test_engine.h
toyota_jzs147.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
toyota_jzs147.h remove 2jz trigger that's really 12 tooth crank (#4637) 2022-10-05 21:59:17 -04:00
vw.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
vw.h
vw_b6.cpp infer useOnlyRisingEdge by trigger type (#4621) 2022-11-08 21:48:39 -05:00
vw_b6.h B6 test mule 2022-05-21 01:45:09 -04:00

readme.md

Engine Configs

This directory contains pre-defined configurations for popular engines.

These configurations are a convenience, not a limit. Most engine types can be manually configured.

In TunerStudio or rusEFI console use the "Popular Vehicles" dialog to apply one of these presets.

See https://github.com/rusefi/rusefi/wiki/Engine-Types

This folder is also used by the continuous integration testing suite.

New configurations should follow the pattern of .cpp for consistency. A future change may rename these to .cpp