aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorWillaWillNot <[email protected]>2025-11-20 16:24:15 -0500
committerWillaWillNot <[email protected]>2025-11-21 16:36:15 -0500
commit623623a25f213f76de932eaf4458c3120823d205 (patch)
treea1039bcdb29488180f4fe669f16ac0b33370404e /embassy-stm32/CHANGELOG.md
parentde4d7f56473df58d9b3fa8ec4917ab86550005ae (diff)
Updated documentation, fixed EXTI definition issues with chips that have touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
-rw-r--r--embassy-stm32/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index d2f675dbc..7311ea683 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -71,6 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71- fix: fixing channel numbers on vbat and vddcore for adc on adc 71- fix: fixing channel numbers on vbat and vddcore for adc on adc
72- adc: adding disable to vbat 72- adc: adding disable to vbat
73- feat: stm32/flash: add async support for h7 family 73- feat: stm32/flash: add async support for h7 family
74- feat: exti brought in line with other drivers' interrupt rebinding system
75- feat: bind_interrupts generates convenience method for type erasing to AnyBinding
76- fix: exti2 now usable as a normal exti on chips with touch sensing
74 77
75## 0.4.0 - 2025-08-26 78## 0.4.0 - 2025-08-26
76 79