fome-fw/firmware/config/engines
Matthew Kennedy 9aaa7d9507 dead pwm tester 2024-07-11 16:19:34 -07:00
..
GY6_139QMB.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
GY6_139QMB.h
bmw_6hp_mim.lua
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 pwm tester 2024-07-11 16:19:34 -07:00
custom_engine.h dead test code 2024-07-11 16:14:21 -07:00
dodge_neon.cpp I don't think we need SPI pin mode any more at all 2024-02-26 17:26:59 -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 trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07:00
ford_aspire.h
ford_festiva.cpp maf cleanup 2023-11-01 14:12:46 -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
harley.cpp
honda_k_dbc.cpp check for unused variables 2023-11-03 15:00:44 -07:00
honda_k_dbc.h
hyundai.cpp
hyundai.h
m111.cpp
m111.h
mazda_626.cpp
mazda_626.h
mazda_miata.cpp MRE for Miata does not exist, also Frankenso method inline (#347) 2024-03-18 11:31:41 -07: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 MRE for Miata does not exist, also Frankenso method inline (#347) 2024-03-18 11:31:41 -07: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 some strange pid limits 2023-05-05 17:39:16 -07:00
mazda_miata_na8.h
mazda_miata_vvt.cpp more dead console command cleanup 2024-07-03 00:48:06 -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_vq.lua
readme.md
sachs.cpp trigger and engine types -> enum class (#113) 2023-06-01 13:47:49 -07: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
vw.cpp remove single use function 2024-01-17 02:58:45 -08:00
vw.h
vw_b6.cpp for loop formatting 2024-07-03 00:22:48 -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