aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2025-04-29 17:07:02 +0200
committerDion Dokter <[email protected]>2025-04-29 17:07:02 +0200
commitc84d8e36323ccc7b12782ae2f7644e49b1074978 (patch)
treefeec3f5ecd0e8460caaaac6ff6e935a1df9956c5 /embassy-stm32/CHANGELOG.md
parent34a4dddfe79e55057c2ce87ee60b1c6b93c5ac76 (diff)
Update changelog
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
-rw-r--r--embassy-stm32/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 7b7d559e2..b6781905e 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
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 can be supported in embassy. The G4 series now supports this. ([#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 11
12## 0.2.0 - 2025-01-10 12## 0.2.0 - 2025-01-10
13 13