Update changelogs

This commit is contained in:
Ulf Lilleengen 2025-01-06 09:54:51 +01:00
parent de27d9cd00
commit 4caeeade4d
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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}

View File

@ -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:

View File

@ -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