Life in the Cracks 2021 Release

This commit is contained in:
rusefillc 2021-03-10 23:20:22 -05:00
parent 82857dad8a
commit e3c034cfc3
1 changed files with 5 additions and 3 deletions

View File

@ -27,17 +27,19 @@ All notable user-facing or behavior-altering changes will be documented in this
## XXX 2021 Release
## Life in the Cracks 2021 Release
### Added
- USB Mass Storage: The connected SD card will be mounted over USB if rusEFI connected to a PC via USB.
- GM 60/2/2/2 trigger https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers#gm
- TriTach trigger https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers#tritach
- Skoda Favorit trigger https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers#skoda-favorit
- Add fallback logic handling failed MAP sensor. In case of failed MAP, ses either a fixed MAP value, or a table that estimates MAP based on TPS and RPM.
- H7 is mostly working
- STM32H7 is mostly working
### Fixed
- bench test should be more precise #2440
- F7 don't cache mcu temp samples at all #2392
- Improved fuel/ignition bench testing precision - now accurate to ~1 microsecond #2440
- Fix internal MCU temperature sensing on STM32F7-based ECUs #2392
### Breaking Changes
- VVT target is now taken from VVT not FSIO table #2243