rusefi-1/firmware/config/engines
rusefi b04166d173 that's how we can move all fields one by one from boardConfiguration to engineConfiguration
my approach is to move fields from the bottom of BC struct
2019-11-30 10:24:37 -05:00
..
GY6_139QMB.cpp One cylinder, 4 stroke, only crank sensor needs special wasted_mode spark control #968 2019-10-07 23:12:29 -04:00
GY6_139QMB.h docs & refactoring 2019-10-07 21:23:38 -04:00
bmw_e34.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
bmw_e34.h #pragma once 2019-11-14 22:50:59 -05:00
bmw_m73.cpp all ETBs to run in same HW mode 2019-11-29 16:51:51 -05:00
bmw_m73.h v12 2019-11-18 23:45:35 -05:00
chevrolet_c20_1973.cpp
chevrolet_c20_1973.h
chevrolet_camaro_4.cpp fix gm 24x decoder (#963) 2019-10-05 08:27:30 -04:00
chevrolet_camaro_4.h
citroenBerlingoTU3JP.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
citroenBerlingoTU3JP.h
custom_engine.cpp all ETBs to run in same HW mode 2019-11-29 16:51:51 -05:00
custom_engine.h
daihatsu.cpp
daihatsu.h
dodge_neon.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
dodge_neon.h
dodge_ram.cpp Simplify thermistor config (#962) 2019-10-02 21:00:10 -04:00
dodge_ram.h
dodge_stratus.cpp
dodge_stratus.h
engine_template.cpp v12 M73 fun begins! 2019-11-01 22:56:58 -04:00
engine_template.h v12 M73 fun begins! 2019-11-01 22:56:58 -04:00
engines.mk prometheus cleanup 2019-11-15 00:01:03 -05:00
ford_1995_inline_6.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 19:36:56 -05:00
ford_1995_inline_6.h
ford_aspire.cpp refactoring 2019-11-05 23:17:44 -05:00
ford_aspire.h #pragma once 2019-11-14 22:50:59 -05:00
ford_festiva.cpp Use templated array references (#1027) 2019-11-22 23:27:24 -05:00
ford_festiva.h
ford_fiesta.cpp
ford_fiesta.h
honda_600.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 19:36:56 -05:00
honda_600.h
honda_accord.cpp Simplify thermistor config (#962) 2019-10-02 21:00:10 -04:00
honda_accord.h
lada_kalina.cpp
lada_kalina.h
mazda_323.cpp consistency 2019-11-23 15:53:22 -05:00
mazda_323.h consistency 2019-11-23 15:53:22 -05:00
mazda_626.cpp Simplify thermistor config (#962) 2019-10-02 21:00:10 -04:00
mazda_626.h
mazda_miata.cpp v12 2019-11-18 23:45:35 -05:00
mazda_miata.h #pragma once 2019-11-14 22:50:59 -05:00
mazda_miata_1_6.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 17:17:43 -05:00
mazda_miata_1_6.h
mazda_miata_base_maps.cpp
mazda_miata_custom_hunchback.cpp refactoring "date" command and flex dead code 2019-09-20 18:12:56 -04:00
mazda_miata_na8.cpp NA8 2019-09-15 10:04:24 -04:00
mazda_miata_na8.h #pragma once 2019-11-14 22:50:59 -05:00
mazda_miata_nb.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 17:25:34 -05:00
mazda_miata_nb.h #pragma once 2019-11-14 22:50:59 -05:00
mazda_miata_vvt.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
mazda_miata_vvt.h #pragma once 2019-11-14 22:50:59 -05:00
me7pnp.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
me7pnp.h
mitsubishi.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 19:36:56 -05:00
mitsubishi.h
nissan_primera.cpp aux valves unit test 2019-11-23 22:55:21 -05:00
nissan_primera.h consistency 2019-11-23 15:53:22 -05:00
readme.md skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
rover_v8.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
rover_v8.h
sachs.cpp that's how we can move all fields one by one from boardConfiguration to engineConfiguration 2019-11-30 10:24:37 -05:00
sachs.h
subaru.cpp
subaru.h
suzuki_vitara.cpp
suzuki_vitara.h
test_engine.cpp moving setDefaultFrankensoConfiguration down is the way of righteousness 2019-11-03 21:29:12 -05:00
test_engine.h
toyota_jzs147.cpp Simplify thermistor config (#962) 2019-10-02 21:00:10 -04:00
toyota_jzs147.h
vw.cpp
vw.h
zil130.cpp
zil130.h

readme.md

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 http://rusefi.com/wiki/index.php?title=Manual:Engine_Type

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