diff options
| -rw-r--r-- | embassy-rp/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index 841c9f068..d1265ffc4 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md | |||
| @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 11 | - Add PIO SPI | 11 | - Add PIO SPI |
| 12 | - Add PIO I2S input | 12 | - Add PIO I2S input |
| 13 | - Add PIO onewire parasite power strong pullup | 13 | - Add PIO onewire parasite power strong pullup |
| 14 | - add `wait_for_alarm` and `alarm_scheduled` methods to rtc module ([#4216](https://github.com/embassy-rs/embassy/pull/4216)) | ||
| 14 | 15 | ||
| 15 | ## 0.8.0 - 2025-08-26 | 16 | ## 0.8.0 - 2025-08-26 |
| 16 | 17 | ||
| @@ -55,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 55 | 56 | ||
| 56 | ## 0.4.0 - 2025-03-09 | 57 | ## 0.4.0 - 2025-03-09 |
| 57 | 58 | ||
| 58 | - Add PIO functions. ([#3857](https://github.com/embassy-rs/embassy/pull/3857)) | 59 | - Add PIO functions. ([#3857](https://github.com/embassy-rs/embassy/pull/3857)) |
| 59 | The functions added in this change are `get_addr` `get_tx_threshold`, `set_tx_threshold`, `get_rx_threshold`, `set_rx_threshold`, `set_thresholds`. | 60 | The functions added in this change are `get_addr` `get_tx_threshold`, `set_tx_threshold`, `get_rx_threshold`, `set_rx_threshold`, `set_thresholds`. |
| 60 | - Expose the watchdog reset reason. ([#3877](https://github.com/embassy-rs/embassy/pull/3877)) | 61 | - Expose the watchdog reset reason. ([#3877](https://github.com/embassy-rs/embassy/pull/3877)) |
| 61 | - Update pio-rs, reexport, move instr methods to SM. ([#3865](https://github.com/embassy-rs/embassy/pull/3865)) | 62 | - Update pio-rs, reexport, move instr methods to SM. ([#3865](https://github.com/embassy-rs/embassy/pull/3865)) |
| @@ -96,7 +97,7 @@ Small release fixing a few gnarly bugs, upgrading is strongly recommended. | |||
| 96 | - Add Clone and Copy to Error types | 97 | - Add Clone and Copy to Error types |
| 97 | - fix spinlocks staying locked after reset. | 98 | - fix spinlocks staying locked after reset. |
| 98 | - wait until read matches for PSM accesses. | 99 | - wait until read matches for PSM accesses. |
| 99 | - Remove generics | 100 | - Remove generics |
| 100 | - fix drop implementation of BufferedUartRx and BufferedUartTx | 101 | - fix drop implementation of BufferedUartRx and BufferedUartTx |
| 101 | - implement `embedded_storage_async::nor_flash::MultiwriteNorFlash` | 102 | - implement `embedded_storage_async::nor_flash::MultiwriteNorFlash` |
| 102 | - rp usb: wake ep-wakers after stalling | 103 | - rp usb: wake ep-wakers after stalling |
