aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Beishline <[email protected]>2025-11-25 11:37:22 -0700
committerBjorn Beishline <[email protected]>2025-11-25 11:37:47 -0700
commitf8ec795741663f559295327911a51559c526ba8f (patch)
tree3d137b55d6fc7bad0d3b6a0cd879a61cf4103360
parent5792daf3afb9366c362fc57c89870ffb05df8b8c (diff)
Update 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