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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
- feat: Configurable gpio speed for QSPI
21
21
- feat: derive Clone, Copy and defmt::Format for all *SPI-related configs
22
22
- fix: handle address and data-length errors in OSPI
23
-
- feat: Allow OSPI DMA writes larger than 64kB using chunking
23
+
- feat: Allow OSPI/HSPI/XSPI 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
25
- feat: Add USB CRS sync support for STM32C071
26
26
- fix: RTC register definition for STM32L4P5 and L4Q5 as they use v3 register map.
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
- 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))
32
32
- feat: stm32/usart: add `de_assertion_time` and `de_deassertion_time` config options
33
33
- change: stm32/uart: BufferedUartRx now returns all available bytes from the internal buffer
34
+
- fix: Properly set the transfer size for OSPI/HSPI/XSPI transfers with word sizes other than 8 bits.
0 commit comments