* Add failing test Fix the name of the test fn * Fix interrupt executor looping * Fix formatting * Fix changelog reference * Move changelog to the right crate * Remove dead code
785 B
785 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- This package now re-exports the
esp_hal_procmacros::mainmacro (#1828)
Changed
Fixed
- Fixed a bug where the timeout was huge whenever the timestamp at the time of scheduling was already in the past (#1875)
- Fixed interrupt executors looping endlessly when
integrated-timersis used. (#1936)
Removed
0.2.0 - 2024-07-15
Changed
- Removed the TIMG and SYSTIMER time drivers, replaced by a generic time driver taking
OneShotTimer<ErasedTimer>(#1753)