rusefi-1/firmware/config/engines
Andrey G 08a5421090
Add subaru eg33 (#2294)
* engine: Subaru SVX EG33 engine configuration

Not tested yet. Just basic settings and placeholder

* board: add Dron_Gus's Subaru EG33 p'n'p board

* board: subaru eg33: linker script: stack, bss and heap to ram0

* board: subaru eg33: add mapping.yaml

* board: subaru eg33: scripts for autogenerated

* board: subaru eg33: fix DMA conflict (ADC1 vs SPI5)

* board: subaru eg33: enable ADC3

* board: subaru eg33: Autogenerated

* board: subaru eg33: disable fsio control of Main Relay

Default MAIN_RELAY_LOGIC cause error during parsing

* board: subaru eg33: configuration hack to fix usbconsole.c

* gen_config: generate config for Subaru SVX board too
2021-02-06 12:50:34 -06:00
..
GY6_139QMB.cpp
GY6_139QMB.h
bmw_m73.cpp knock v12 2021-01-06 19:42:07 -05:00
bmw_m73.h
bmw_m73_mre.cpp LM_ALPHA_N_2 rename 2020-11-27 15:44:31 -05:00
chevrolet_camaro_4.cpp
chevrolet_camaro_4.h
citroenBerlingoTU3JP.cpp Lcd fix (I hope) (#2211) 2021-01-09 17:16:10 -05:00
citroenBerlingoTU3JP.h
custom_engine.cpp gpio helper (#2195) 2021-01-08 20:01:26 -05:00
custom_engine.h PROTEUS_QC_TEST_BOARD 2020-12-26 00:57:23 -05:00
dodge_neon.cpp LM_ALPHA_N_2 rename 2020-11-27 15:44:31 -05:00
dodge_neon.h
dodge_ram.cpp
dodge_ram.h
engine_template.cpp
engine_template.h
engines.mk Purge e34 config (#2127) 2020-12-24 07:31:25 -05:00
ford_1995_inline_6.cpp
ford_1995_inline_6.h
ford_aspire.cpp
ford_aspire.h
ford_festiva.cpp Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
ford_festiva.h
honda_600.cpp more dead code 2020-12-03 10:49:20 -05:00
honda_600.h
honda_accord.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
honda_accord.h
lada_kalina.cpp Lcd fix (I hope) (#2211) 2021-01-09 17:16:10 -05:00
lada_kalina.h
m111.cpp pnp progress 2020-12-15 00:09:35 -05:00
m111.h pnp progress 2020-12-15 00:09:35 -05:00
mazda_626.cpp convert cranking defaults to mg (#1921) 2020-11-03 14:12:26 -05:00
mazda_626.h
mazda_miata.cpp Supress annoing unused warnings (#2216) 2021-01-11 08:49:20 -05:00
mazda_miata.h dead engine config 2020-11-26 20:26:12 -05:00
mazda_miata_1_6.cpp Miata default config: "22 - AN temp 4" is PA3 not PA6? 2021-01-28 23:30:46 -05:00
mazda_miata_1_6.h PnP miata 2020-11-30 00:10:29 -05:00
mazda_miata_base_maps.cpp
mazda_miata_base_maps.h
mazda_miata_custom_hunchback.cpp convert cranking defaults to mg (#1921) 2020-11-03 14:12:26 -05:00
mazda_miata_na8.cpp
mazda_miata_na8.h
mazda_miata_nb.cpp
mazda_miata_nb.h
mazda_miata_vvt.cpp Hellen72 2021-01-22 02:09:28 -05:00
mazda_miata_vvt.h Hellen72 2021-01-22 02:02:16 -05:00
me7pnp.cpp convert cranking defaults to mg (#1921) 2020-11-03 14:12:26 -05:00
me7pnp.h
mitsubishi.cpp
mitsubishi.h
nissan_primera.cpp dead engine config 2020-11-26 21:21:25 -05:00
nissan_primera.h dead engine config 2020-11-26 21:21:25 -05:00
readme.md hello new wiki 2020-12-16 19:58:15 -05:00
sachs.cpp Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
sachs.h
subaru.cpp Add subaru eg33 (#2294) 2021-02-06 12:50:34 -06:00
subaru.h Add subaru eg33 (#2294) 2021-02-06 12:50:34 -06:00
test_engine.cpp Proteus analog input ci (#2271) 2021-02-03 13:34:48 -06:00
test_engine.h Proteus analog input ci (#2271) 2021-02-03 13:34:48 -06:00
toyota_jzs147.cpp
toyota_jzs147.h
vw.cpp https://rusefi.com/forum/viewtopic.php?p=38367#p38367 2020-11-14 18:05:27 -05:00
vw.h
vw_b6.cpp https://github.com/rusefi/rusefi/pull/2236 by AlexHLinS 2021-01-23 20:08:57 -05:00
vw_b6.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 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