diff --git a/cyw43-pio/CHANGELOG.md b/cyw43-pio/CHANGELOG.md index 913f3515a..e65ca5679 100644 --- a/cyw43-pio/CHANGELOG.md +++ b/cyw43-pio/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2025-01-05 + +- Update embassy-time to 0.4.0 +- Update cyw43 to 0.3.0 +- Update embassy-rp to 0.3.0 + ## 0.2.0 - 2024-08-05 - Update to cyw43 0.2.0 diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md index 1859f7317..8db77da5d 100644 --- a/cyw43/CHANGELOG.md +++ b/cyw43/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2025-01-05 + +- Update embassy-time to 0.4.0 +- Update embassy-rp to 0.3.0 + ## 0.2.0 - 2024-08-05 - Update to new versions of embassy-{time,sync} diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index f8d6ab753..a472c1d07 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2025-01-06 + +- Updated `embassy-time` to v0.4 +- Add basic nrf54 support +- Switch to use nrf-pac chiptool based PAC +- Fix bug where timer alarm was not scheduled if interrupted +- Add RESET operations helpers for nrf5340 +- Allow debug access from firmware for nrf54l +- Add trait `embedded_io_async` to uarte +- Add system off and wake-on-field for nrf +- Use inline const for initializing arrays +- Add NFCT driver and related changes for nrf +- Add support for transactions to Twim (embassy-nrf) +- Fix build issues related to nrf9120 features +- Disconnect input and fix bad pin assignment in nrf/pwm + ## 0.2.0 - 2024-08-05 - Support for NRF chips: diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index 7eef64292..196fcf528 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2025-01-05 + +- Initial rp235x support +- Setup timer0 tick when initializing clocks +- Allow separate control of duty cycle for each channel in a pwm slice by splitting the Pwm driver. +- Implement `embedded_io::Write` for Uart<'d, T: Instance, Blocking> and UartTx<'d, T: Instance, Blocking> + ## 0.2.0 - 2024-08-05 - Add read_to_break_with_count