mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-10-01 06:11:16 +00:00
Fix changelog
This commit is contained in:
parent
ebeef0fcc8
commit
9341c2348e
@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
* Breaking change: `delay::Delay` struct extended with configurable threshold
|
||||
* Breaking change: `task::wait_any_notification` removed; `task::notify` renamed to `task::notify_and_yield`; new function - `task::notify` - that notifies a task without automatically yielding to the notified task if it is a higher priority than the currently interrupted one
|
||||
* Breaking change: `task::notify*` and `task::wait` now take/return `NonZeroU32` instead of `u32`
|
||||
* Breaking change: ESP IDF support for `edge-executor` moved to the `edge-executor` crate
|
||||
* Deprecated: Using ESP-IDF 4.3 is now deprecated and all special cfg flags will be removed in the next release
|
||||
|
||||
## [0.41.2] - 2023-06-21
|
||||
|
Loading…
x
Reference in New Issue
Block a user