aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-rp/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md
index df591fdf8..3d8a659f9 100644
--- a/embassy-rp/CHANGELOG.md
+++ b/embassy-rp/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10- Add PIO functions. ([#3857](https://github.com/embassy-rs/embassy/pull/3857))
11 The functions added in this change are `get_addr` `get_tx_threshold`, `set_tx_threshold`, `get_rx_threshold`, `set_rx_threshold`, `set_thresholds`.
12- Expose the watchdog reset reason. ([#3877](https://github.com/embassy-rs/embassy/pull/3877))
13- Update pio-rs, reexport, move instr methods to SM. ([#3865](https://github.com/embassy-rs/embassy/pull/3865))
14- rp235x: add ImageDef features. ([#3890](https://github.com/embassy-rs/embassy/pull/3890))
15- doc: Fix "the the" ([#3903](https://github.com/embassy-rs/embassy/pull/3903))
16
10## 0.3.1 - 2025-02-06 17## 0.3.1 - 2025-02-06
11 18
12Small release fixing a few gnarly bugs, upgrading is strongly recommended. 19Small release fixing a few gnarly bugs, upgrading is strongly recommended.