You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embassy-stm32/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## Unreleased - ReleaseDate
9
9
10
10
- chore: cleanup low-power add time
11
+
- fix: Allow setting SAI peripheral `frame_length` to `256`
11
12
- fix: flash erase on dual-bank STM32Gxxx
12
13
- feat: Add support for STM32N657X0
13
14
- feat: timer: Add 32-bit timer support to SimplePwm waveform_up method following waveform pattern ([#4717](https://github.com/embassy-rs/embassy/pull/4717))
@@ -59,6 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
60
- adc: reogranize and cleanup somewhat. require sample_time to be passed on conversion
60
61
- fix: stm32/i2c v2 slave: prevent misaligned reads, error false positives, and incorrect counts of bytes read/written
61
62
- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874))
63
+
- fix: fixing channel numbers on vbat and vddcore for adc on adc
0 commit comments