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
@@ -22,7 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- fix: handle address and data-length errors in OSPI
23
23
- feat: Allow OSPI DMA writes larger than 64kB using chunking
24
24
- feat: More ADC enums for g0 PAC, API change for oversampling, allow separate sample times
25
+
- feat: derive Clone, Copy and defmt::Format for all SPI-related configs
25
26
- feat: stm32/usart: add `eager_reads` option to control if buffered readers return as soon as possible or after more data is available ([#4668](https://github.com/embassy-rs/embassy/pull/4668))
27
+
- feat: stm32/usart: add `de_assertion_time` and `de_deassertion_time` config options
28
+
- change: stm32/uart: BufferedUartRx now returns all available bytes from the internal buffer
0 commit comments