rusefi-1/firmware/config/engines
Matthew Kennedy d5363b814a
better VSS configuration (#3542)
* vss uses real values

* some defaults

* test and correct math

* km, not miles!

* comment

* tooltip

* that macro went away

* 100hz and default settings gives 9kph

* changelog

* order of operations safety

* make the test like the pwm test

* housekeeping

* this is why we need sensor automation

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-11-27 08:49:07 -05:00
..
GY6_139QMB.cpp bye (#3609) 2021-11-24 22:03:17 -05:00
GY6_139QMB.h
bmw_m73.cpp oh my god we've had no asserts (#3595) 2021-11-22 17:52:03 -05:00
bmw_m73.h
bmw_m73_mre.cpp
bmw_n73.cpp
bmw_n73.h
chevrolet_camaro_4.cpp
chevrolet_camaro_4.h
citroenBerlingoTU3JP.cpp
citroenBerlingoTU3JP.h
custom_engine.cpp harley 2021-11-26 14:41:35 -05:00
custom_engine.h
dodge_neon.cpp isCylinderCleanupEnabled would be nice by default 2021-11-24 23:32:55 -05:00
dodge_neon.h
dodge_ram.cpp
dodge_ram.h
engine_template.cpp
engine_template.h
engines.mk
ford_1995_inline_6.cpp
ford_1995_inline_6.h
ford_aspire.cpp
ford_aspire.h
ford_festiva.cpp
ford_festiva.h
honda_600.cpp
honda_600.h
honda_accord.cpp
honda_accord.h
honda_k_dbc.cpp
honda_k_dbc.h
hyundai.cpp
hyundai.h
m111.cpp
m111.h
mazda_626.cpp
mazda_626.h
mazda_miata.cpp
mazda_miata.h
mazda_miata_1_6.cpp
mazda_miata_1_6.h
mazda_miata_base_maps.cpp
mazda_miata_base_maps.h
mazda_miata_custom_hunchback.cpp
mazda_miata_na8.cpp
mazda_miata_na8.h
mazda_miata_nb.cpp
mazda_miata_nb.h
mazda_miata_vvt.cpp better VSS configuration (#3542) 2021-11-27 08:49:07 -05:00
mazda_miata_vvt.h
me7pnp.cpp isCylinderCleanupEnabled would be nice by default 2021-11-24 23:32:55 -05:00
me7pnp.h
mercedes.cpp
mercedes.h
mitsubishi.cpp
mitsubishi.h
nissan_primera.cpp
nissan_primera.h
nissan_vq.cpp
nissan_vq.h
readme.md
sachs.cpp
sachs.h
subaru.cpp
subaru.h
test_engine.cpp
test_engine.h
toyota_jzs147.cpp
toyota_jzs147.h
vw.cpp isCylinderCleanupEnabled would be nice by default 2021-11-24 23:32:55 -05:00
vw.h
vw_b6.cpp
vw_b6.h

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