mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 21:00:59 +00:00

* Accept more types in embassy::init * Apply the same treatment to esp-wifi * Changelog * Clean up * Add doc examples * Fix Alarm generic parameters
915 B
915 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::main
macro (#1828)
Changed
- Updated to latest release (
0.6.0
) forembassy-executor
(#1942) - Changed
init
to accept timers of multiple types (#1957)
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-timers
is 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)