Skip to content

Commit 4f6762e

Browse files
committed
rp: Add unreleased changes to changelog
1 parent 17301c0 commit 4f6762e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

embassy-rp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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+
1017
## 0.3.1 - 2025-02-06
1118

1219
Small release fixing a few gnarly bugs, upgrading is strongly recommended.

0 commit comments

Comments
 (0)