aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-rp/CHANGELOG.md')
-rw-r--r--embassy-rp/CHANGELOG.md2
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