aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/CHANGELOG.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-06 09:54:51 +0100
committerUlf Lilleengen <[email protected]>2025-01-06 09:54:51 +0100
commit4caeeade4d67c9513e83c2cd711f3d222d7616f3 (patch)
tree2f30c7373ca2f69115629821d0eea6a4bd9afed6 /embassy-rp/CHANGELOG.md
parentde27d9cd00f4b1bfe8eeda5bc2cdfc6fde746e47 (diff)
Update changelogs
Diffstat (limited to 'embassy-rp/CHANGELOG.md')
-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 7eef64292..196fcf528 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## 0.3.0 - 2025-01-05
11
12- Initial rp235x support
13- Setup timer0 tick when initializing clocks
14- Allow separate control of duty cycle for each channel in a pwm slice by splitting the Pwm driver.
15- Implement `embedded_io::Write` for Uart<'d, T: Instance, Blocking> and UartTx<'d, T: Instance, Blocking>
16
10## 0.2.0 - 2024-08-05 17## 0.2.0 - 2024-08-05
11 18
12- Add read_to_break_with_count 19- Add read_to_break_with_count