custom-board-bundle-sample-.../firmware/config/engines
Andrey G 8e11675afd
Tle8888 big update 1 (#1892)
* smart gpio: fix tle8888 direct pin mapping for MRE

* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888

* TLE8888: cleanup

* TLE8888: do not reset driver private data on WD/undervoltage reset

* TLE8888: diagnostic updates

* TLE8888 driver: BIG driver rework

* TLE8888: check SPI answers for abnormal states

Reply with other than requested register can be a sign of:
-Power-On-Reset, then OpStat0 will be replyed
-WatchDog reset, then FWDStat1 will be replyed
-Invalid communication frame, then Diag0 will be replyed

Keep tracking last accessed register and check with the next reply.

* TLE8888: debug clean-up

* TLE8888: implement spi array write

This reduce CS inactive state time between two consequent accesses
from 8.8 uS to 1.4 uS

* TLE8888: fix PP outputs in OD mode

* TLE8888: cleanup register definitions

* TLE8888: run separate driver thread for each chip instance

Calculating poll interval for few chips become more complex, avoid
this running thread for each device.

* TLE8888: fix cypress and kinetic compilation

Both platforms define its own MAX and cause redifination error if
common.h is included in driver.

* MRE: update mapping.yaml and fix direct pin mapping for TLE8888

* TLE8888: diagnnostic: disable switch off in case of overcurrent

For all output, use current limiting instead

* TLE8888: check for overvoltage on OUT8..OUT13

* TLE8888: add TODO note about how to recover from failure condition

Currently TLE8888 automaticly recovers only from overcurrent and
(may be) overtemperature conditions.
Short to bat cause output disable (bit in OECONFIG is reset) and
needs driver/host intervention.

* TLE8888: save few bytes of RAM

* TLE8888: Lada Kalina is test mule for IDLE stepper on TLE8888

Don't forget to enable PP mode for TLE8888 outputs 21..24:
uncomment line 1087 in tle8888.c

* TLE8888: reorder code, cleanup

* TLE8888: mode all debug/statisctic to per-chip struct

* TLE8888: rework poll interval calculation

* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888 #2
2020-10-23 12:25:30 -04:00
..
GY6_139QMB.cpp no bins 2020-08-03 12:21:49 -07:00
GY6_139QMB.h code style 2020-03-06 01:26:33 -05:00
bmw_e34.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
bmw_e34.h happy new year unification 2020-01-13 21:57:43 -05:00
bmw_m73.cpp v12 2020-08-23 15:09:23 -04:00
bmw_m73.h v12 & dual-TPS 2020-03-30 01:13:02 -04:00
bmw_m73_mre.cpp microRusEFI used as Body Control Module BCM BCU 2020-09-06 20:21:01 -04:00
chevrolet_c20_1973.cpp happy new year unification 2020-01-13 21:57:43 -05:00
chevrolet_c20_1973.h code style 2020-03-06 01:26:33 -05:00
chevrolet_camaro_4.cpp default engine make/code 2020-05-08 17:31:03 -04:00
chevrolet_camaro_4.h code style 2020-03-06 01:26:33 -05:00
citroenBerlingoTU3JP.cpp remove tach output pin (#1779) 2020-09-09 16:52:23 -04:00
citroenBerlingoTU3JP.h code style 2020-03-06 01:26:33 -05:00
custom_engine.cpp Tle8888 big update 1 (#1892) 2020-10-23 12:25:30 -04:00
custom_engine.h GDI Epic #1448 2020-10-13 00:35:04 -04:00
dodge_neon.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
dodge_neon.h code style 2020-03-06 01:26:33 -05:00
dodge_ram.cpp no more setFuelMap 2020-08-03 12:14:11 -07:00
dodge_ram.h code style 2020-03-06 01:26:33 -05:00
engine_template.cpp happy new year 2020-01-08 00:02:40 -05:00
engine_template.h happy new year 2020-01-08 00:02:40 -05:00
engines.mk trigger and VSS hw integrated testing #1668 2020-08-08 11:45:02 -04:00
ford_1995_inline_6.cpp Add single flag for omitting PnP configs (#1157) 2020-02-24 19:08:02 -05:00
ford_1995_inline_6.h code style 2020-01-14 03:41:11 -05:00
ford_aspire.cpp no bins 2020-08-03 12:21:49 -07:00
ford_aspire.h happy new year unification 2020-01-13 21:57:43 -05:00
ford_festiva.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
ford_festiva.h code style 2020-03-06 01:26:33 -05:00
ford_fiesta.cpp Add single flag for omitting PnP configs (#1157) 2020-02-24 19:08:02 -05:00
ford_fiesta.h Add single flag for omitting PnP configs (#1157) 2020-02-24 19:08:02 -05:00
honda_600.cpp no bins 2020-08-03 12:21:49 -07:00
honda_600.h code style 2020-03-06 01:26:33 -05:00
honda_accord.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
honda_accord.h code style 2020-03-06 01:26:33 -05:00
lada_kalina.cpp Tle8888 big update 1 (#1892) 2020-10-23 12:25:30 -04:00
lada_kalina.h code style 2020-03-06 01:26:33 -05:00
mazda_626.cpp no bins 2020-08-03 12:21:49 -07:00
mazda_626.h code style 2020-03-06 01:26:33 -05:00
mazda_miata.cpp no bins 2020-08-03 12:21:49 -07:00
mazda_miata.h happy new year unification 2020-01-13 21:57:43 -05:00
mazda_miata_1_6.cpp DebounceButton A/C switch (#1782) 2020-09-10 22:16:20 -04:00
mazda_miata_1_6.h NA6 progress 2020-07-29 14:53:36 -04:00
mazda_miata_base_maps.cpp NA6 progress 2020-08-02 12:08:35 -04:00
mazda_miata_base_maps.h NA6 progress 2020-08-02 12:08:35 -04:00
mazda_miata_custom_hunchback.cpp reducing code duplication? 2020-07-29 23:01:55 -04:00
mazda_miata_na8.cpp default engine make/code 2020-05-08 17:31:03 -04:00
mazda_miata_na8.h happy new year unification 2020-01-13 21:57:43 -05:00
mazda_miata_nb.cpp no more setFuelMap 2020-08-03 12:14:11 -07:00
mazda_miata_nb.h happy new year unification 2020-01-13 21:57:43 -05:00
mazda_miata_vvt.cpp SD enable 2020-10-06 01:15:17 -04:00
mazda_miata_vvt.h MRE pre-sets 2020-05-21 21:00:34 -04:00
me7pnp.cpp Remove dead & useless config (#1834) 2020-09-29 06:34:39 -04:00
me7pnp.h cj125 progress 2020-04-08 23:14:21 -04:00
mitsubishi.cpp no more setFuelMap 2020-08-03 12:14:11 -07:00
mitsubishi.h code style 2020-04-01 19:00:56 -04:00
nissan_primera.cpp Add single flag for omitting PnP configs (#1157) 2020-02-24 19:08:02 -05:00
nissan_primera.h Add single flag for omitting PnP configs (#1157) 2020-02-24 19:08:02 -05:00
readme.md skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
rover_v8.cpp no more setFuelMap 2020-08-03 12:14:11 -07:00
rover_v8.h code style 2020-04-01 19:00:56 -04:00
sachs.cpp no bins 2020-08-03 12:21:49 -07:00
sachs.h code style 2020-04-01 19:00:56 -04:00
subaru.cpp happy new year unification 2020-01-13 21:57:43 -05:00
subaru.h code style 2020-04-01 19:00:56 -04:00
test_engine.cpp reorder ADC channel index (#1763) 2020-09-06 18:25:26 -04:00
test_engine.h code style 2020-03-06 01:26:33 -05:00
toyota_jzs147.cpp toyota 2jz progress 2020-05-15 16:35:18 -04:00
toyota_jzs147.h code style 2020-03-06 01:26:33 -05:00
vw.cpp HW CI has failed 11 times since Oct 2 #1849 2020-10-16 13:54:12 -04:00
vw.h happy new year 2020-01-08 00:02:40 -05:00
vw_b6.cpp Tle8888 big update 1 (#1892) 2020-10-23 12:25:30 -04:00
vw_b6.h happy new year 2020-01-08 00:02:40 -05:00
zil130.cpp happy new year unification 2020-01-13 21:57:43 -05:00
zil130.h code style 2020-03-06 01:26:33 -05:00

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