diff options
| author | Bjorn Beishline <[email protected]> | 2025-11-25 11:37:22 -0700 |
|---|---|---|
| committer | Bjorn Beishline <[email protected]> | 2025-11-25 11:37:47 -0700 |
| commit | f8ec795741663f559295327911a51559c526ba8f (patch) | |
| tree | 3d137b55d6fc7bad0d3b6a0cd879a61cf4103360 /embassy-rp | |
| parent | 5792daf3afb9366c362fc57c89870ffb05df8b8c (diff) | |
Update CHANGELOG.md
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index fa8609bbf..7480b729f 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md | |||
| @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 19 | - Add fix #4822 in PIO onewire. Change to disable the state machine before setting y register ([#4824](https://github.com/embassy-rs/embassy/pull/4824)) | 19 | - Add fix #4822 in PIO onewire. Change to disable the state machine before setting y register ([#4824](https://github.com/embassy-rs/embassy/pull/4824)) |
| 20 | - Add PIO::Ws2812 color order support | 20 | - Add PIO::Ws2812 color order support |
| 21 | - Add TX-only, no SCK SPI support | 21 | - Add TX-only, no SCK SPI support |
| 22 | - Remove atomic-polyfill with critical-section instead ([#4948](https://github.com/embassy-rs/embassy/pull/4948)) | ||
| 22 | 23 | ||
| 23 | ## 0.8.0 - 2025-08-26 | 24 | ## 0.8.0 - 2025-08-26 |
| 24 | 25 | ||
| @@ -116,4 +117,3 @@ Small release fixing a few gnarly bugs, upgrading is strongly recommended. | |||
| 116 | - rename the Channel trait to Slice and the PwmPin to PwmChannel | 117 | - rename the Channel trait to Slice and the PwmPin to PwmChannel |
| 117 | - i2c: Fix race condition that appears on fast repeated transfers. | 118 | - i2c: Fix race condition that appears on fast repeated transfers. |
| 118 | - Add a basic "read to break" function | 119 | - Add a basic "read to break" function |
| 119 | |||
