aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/CHANGELOG.md
diff options
context:
space:
mode:
authorValentin Trophime <[email protected]>2025-11-12 13:19:42 +0100
committerValentin Trophime <[email protected]>2025-11-12 13:38:00 +0100
commitd4e2caab31c1e9802120141cebc0a00b04471c16 (patch)
tree21e119bd714004ee07065ac7a56c3899f257e69a /embassy-rp/CHANGELOG.md
parent7201c6deb9d8c2b1fb380a58b9e879e394ed5f24 (diff)
Add docs for embassy-rp::pio::get_x assumption about autopush.
Diffstat (limited to 'embassy-rp/CHANGELOG.md')
-rw-r--r--embassy-rp/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md
index 3b3cb5351..4b0d738a7 100644
--- a/embassy-rp/CHANGELOG.md
+++ b/embassy-rp/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Add documentation for pio `get_x` about autopush.
11- Fix several minor typos in documentation 12- Fix several minor typos in documentation
12- Add PIO SPI 13- Add PIO SPI
13- Add PIO I2S input 14- Add PIO I2S input
@@ -114,3 +115,4 @@ Small release fixing a few gnarly bugs, upgrading is strongly recommended.
114- rename the Channel trait to Slice and the PwmPin to PwmChannel 115- rename the Channel trait to Slice and the PwmPin to PwmChannel
115- i2c: Fix race condition that appears on fast repeated transfers. 116- i2c: Fix race condition that appears on fast repeated transfers.
116- Add a basic "read to break" function 117- Add a basic "read to break" function
118