mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-10-02 14:44:51 +00:00
Fix changelog
This commit is contained in:
parent
7cf30a7198
commit
02eb9e1ff9
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.42.0] - 2023-09-19
|
## [0.42.0] - 2023-09-21
|
||||||
* MSRV raised to 1.71
|
* MSRV raised to 1.71
|
||||||
* New driver: I2S
|
* New driver: I2S
|
||||||
* New driver: continuous ADC
|
* New driver: continuous ADC
|
||||||
@ -17,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
* `task` module: new sub-module - `notification` - a more ergonomic API around the FreeRTOS task notification API
|
* `task` module: new sub-module - `notification` - a more ergonomic API around the FreeRTOS task notification API
|
||||||
which was already exposed via the `task::notify` and `task::wait_notification` APIs
|
which was already exposed via the `task::notify` and `task::wait_notification` APIs
|
||||||
* Upgraded to `embedded-hal` 1.0.0-rc.1 and `embedded-hal-async` 1.0.0-rc.1
|
* Upgraded to `embedded-hal` 1.0.0-rc.1 and `embedded-hal-async` 1.0.0-rc.1
|
||||||
* OTA: `EspOtaUpdate` now parametric over time and returned by value
|
|
||||||
* Dependency `esp-idf-sys` now re-exported as `esp_idf_hal::sys`
|
* Dependency `esp-idf-sys` now re-exported as `esp_idf_hal::sys`
|
||||||
* Breaking change: `delay::Delay` struct extended with configurable threshold
|
* 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::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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user