aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author9names <[email protected]>2025-03-09 11:07:04 +1100
committer9names <[email protected]>2025-03-09 11:15:53 +1100
commit37291399152ccf58049484c875a5171257c3286b (patch)
treee7da246ce3a46737d16602e503b619100e040304
parent430377138b002ec44c49c538b10c55474abc8288 (diff)
rp: Update changelog for embassy-rp 0.4.0 release
-rw-r--r--embassy-rp/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md
index 3d8a659f9..8ad3b0b76 100644
--- a/embassy-rp/CHANGELOG.md
+++ b/embassy-rp/CHANGELOG.md
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10## 0.4.0 - 2025-03-09
11
10- Add PIO functions. ([#3857](https://github.com/embassy-rs/embassy/pull/3857)) 12- 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`. 13 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)) 14- 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)) 15- 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)) 16- 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)) 17- doc: Fix "the the" ([#3903](https://github.com/embassy-rs/embassy/pull/3903))
18- pio: Add access to DMA engine byte swapping ([#3935](https://github.com/embassy-rs/embassy/pull/3935))
16 19
17## 0.3.1 - 2025-02-06 20## 0.3.1 - 2025-02-06
18 21