diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index c1a794e972..5c206b43a9 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -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