fome-fw/firmware/config/engines
Matthew Kennedy b6047ff2b5 default idle deadzone of zero fix #580 2025-05-04 01:53:03 -07:00
..
GY6_139QMB.cpp unnecessary includes 2024-12-24 02:15:40 -08:00
GY6_139QMB.h
bmw_6hp_mim.lua 6hp 2023-01-01 20:15:58 -05:00
bmw_m73.cpp simplify cam input single tooth modes (#178) 2023-08-03 00:52:19 -07:00
bmw_m73.h
bmw_m73_mre.cpp more dead console command cleanup 2024-07-03 00:48:06 -07:00
bmw_n73.cpp cleanup 2023-02-28 13:26:07 -08:00
bmw_n73.h cleanup 2023-02-28 13:26:07 -08:00
chevrolet_camaro_4.cpp #23 and fix https://github.com/rusefi/rusefi/issues/5353 2023-06-24 20:14:37 -07:00
chevrolet_camaro_4.h
citroenBerlingoTU3JP.cpp unnecessary OM_DEFAULT 2023-07-27 14:43:51 -07:00
citroenBerlingoTU3JP.h
custom_engine.cpp dead L9779 driver 2025-03-03 01:03:44 -08:00
custom_engine.h dead L9779 driver 2025-03-03 01:03:44 -08:00
dodge_neon.cpp remove pid_s::periodMs, the user shouldn't set this 2024-12-23 13:12:31 -08:00
dodge_neon.h
dodge_ram.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
dodge_ram.h
engine_template.cpp
engine_template.h
engines.mk stale config 2023-07-27 15:10:24 -07:00
ford_1995_inline_6.cpp #23 and fix https://github.com/rusefi/rusefi/issues/5353 2023-06-24 20:14:37 -07:00
ford_1995_inline_6.h
ford_aspire.cpp Remove sensor chart (#568) 2025-03-07 03:28:29 -08:00
ford_aspire.h
ford_festiva.cpp cleanup 2024-09-18 22:49:52 -07:00
ford_festiva.h
gm_ls_4.cpp #23 and fix https://github.com/rusefi/rusefi/issues/5353 2023-06-24 20:14:37 -07:00
gm_ls_4.h PROTEUS_GM_LS_4 2022-10-27 20:49:06 -04:00
harley.cpp odd fire test actually checks 2 cyl engine 2025-01-18 02:17:05 -08:00
honda_k_dbc.cpp check for unused variables 2023-11-03 15:00:44 -07:00
honda_k_dbc.h Honda K 2022-12-05 21:44:57 -05:00
hyundai.cpp
hyundai.h
m111.cpp
m111.h
mazda_626.cpp
mazda_626.h
mazda_miata.cpp unnecessary includes 2024-12-24 02:15:40 -08:00
mazda_miata.h MRE for Miata does not exist, also Frankenso method inline (#347) 2024-03-18 11:31:41 -07:00
mazda_miata_1_6.cpp remove pid_s::periodMs, the user shouldn't set this 2024-12-23 13:12:31 -08:00
mazda_miata_1_6.h MRE for Miata does not exist, also Frankenso method inline (#347) 2024-03-18 11:31:41 -07:00
mazda_miata_base_maps.cpp compactify miata maps 2023-02-28 20:00:03 -08:00
mazda_miata_base_maps.h
mazda_miata_custom_hunchback.cpp
mazda_miata_na8.cpp default idle deadzone of zero fix #580 2025-05-04 01:53:03 -07:00
mazda_miata_na8.h
mazda_miata_vvt.cpp default idle deadzone of zero fix #580 2025-05-04 01:53:03 -07:00
mazda_miata_vvt.h Miata presets (#236) 2023-09-25 11:12:34 -07:00
mercedes.cpp remove specs_s struct, flatten config 2023-03-27 00:58:18 -07:00
mercedes.h
mitsubishi.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
mitsubishi.h
nissan_primera.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
nissan_primera.h
nissan_vq.cpp maf cleanup 2023-11-01 14:12:46 -07:00
nissan_vq.h Nissan defaults 2022-11-02 11:17:24 -04:00
nissan_vq.lua Nissan 2022-12-17 09:15:41 -05:00
readme.md
sachs.cpp unnecessary setTwoStrokeOperationMode 2024-12-26 01:04:16 -08:00
sachs.h
subaru.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
subaru.h
test_engine.cpp simplify cam input single tooth modes (#178) 2023-08-03 00:52:19 -07:00
test_engine.h h-bridge wastegate not alive on bench #4965 2023-01-17 04:13:47 -05:00
toyota_jzs147.cpp rename 2jz -> toyota 3 tooth 2023-09-14 13:53:16 -07:00
toyota_jzs147.h remove 2jz trigger that's really 12 tooth crank (#4637) 2022-10-05 21:59:17 -04:00
vw.cpp remove single use function 2024-01-17 02:58:45 -08:00
vw.h
vw_b6.cpp default idle deadzone of zero fix #580 2025-05-04 01:53:03 -07:00
vw_b6.h
vw_b6.lua B6 now with TP 2.0 2023-01-11 12:36:11 -05: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