diff options
| author | Fabian Wolter <[email protected]> | 2024-12-15 20:15:11 +0100 |
|---|---|---|
| committer | Fabian Wolter <[email protected]> | 2025-07-17 21:17:27 +0200 |
| commit | c279063c426b57f22d8bdeb7356b3c541b16bb08 (patch) | |
| tree | baf7e4e13be7b72442f5ca005eba02ac9f622664 /embassy-stm32/CHANGELOG.md | |
| parent | be312850c851d1e18452d9b79860b4d56ceea8e1 (diff) | |
STM32F0/F3 Remap DMA channels
Fixes #3643
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index b6781905e..c4c2cd013 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | - Modify BufferedUart initialization to take pins before interrupts ([#3983](https://github.com/embassy-rs/embassy/pull/3983)) | 9 | - Modify BufferedUart initialization to take pins before interrupts ([#3983](https://github.com/embassy-rs/embassy/pull/3983)) |
| 10 | - Added a 'single-bank' and a 'dual-bank' feature so chips with configurable flash bank setups are be supported in embassy ([#4125](https://github.com/embassy-rs/embassy/pull/4125)) | 10 | - Added a 'single-bank' and a 'dual-bank' feature so chips with configurable flash bank setups are be supported in embassy ([#4125](https://github.com/embassy-rs/embassy/pull/4125)) |
| 11 | - Add automatic setting of remap bits when using alternate DMA channels on STM32F0 and STM32F3 devices ([#3653](https://github.com/embassy-rs/embassy/pull/3653)) | ||
| 11 | 12 | ||
| 12 | ## 0.2.0 - 2025-01-10 | 13 | ## 0.2.0 - 2025-01-10 |
| 13 | 14 | ||
