diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-06 13:08:09 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-06 13:19:01 +0100 |
| commit | 41dcebe44621a51cc0c3f39b9cec14aefce63b0d (patch) | |
| tree | ca38257bc7cbeb61eabcece32ea1dfbb55ab2072 /embassy-rp | |
| parent | c7e7603a243591fbef8d386d0b2d294fb5998549 (diff) | |
changelog fixes
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index 196fcf528..117882f38 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md | |||
| @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 9 | 9 | ||
| 10 | ## 0.3.0 - 2025-01-05 | 10 | ## 0.3.0 - 2025-01-05 |
| 11 | 11 | ||
| 12 | - Updated `embassy-time` to v0.4 | ||
| 12 | - Initial rp235x support | 13 | - Initial rp235x support |
| 13 | - Setup timer0 tick when initializing clocks | 14 | - 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 | - 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 | - Implement `embedded_io::Write` for Uart<'d, T: Instance, Blocking> and UartTx<'d, T: Instance, Blocking> |
| 17 | - Add `set_pullup()` to OutputOpenDrain. | ||
| 16 | 18 | ||
| 17 | ## 0.2.0 - 2024-08-05 | 19 | ## 0.2.0 - 2024-08-05 |
| 18 | 20 | ||
