aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nilsson <[email protected]>2025-11-14 08:03:17 +0100
committerDaniel Nilsson <[email protected]>2025-11-14 08:58:19 +0100
commit2c75390b8cbb9dd815b53130d03fe0803112a6c6 (patch)
treec1e57aa65d1b48a2be18f2469331da8df232b407
parent80eed58c30087d6d61474e8a1ac21da1ea679763 (diff)
updating changelog
-rw-r--r--embassy-stm32/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 8bd930e79..259eaf9c0 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -58,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58- adc: reogranize and cleanup somewhat. require sample_time to be passed on conversion 58- adc: reogranize and cleanup somewhat. require sample_time to be passed on conversion
59- fix: stm32/i2c v2 slave: prevent misaligned reads, error false positives, and incorrect counts of bytes read/written 59- fix: stm32/i2c v2 slave: prevent misaligned reads, error false positives, and incorrect counts of bytes read/written
60- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874)) 60- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874))
61- fix: fixing channel numbers on vbat and vddcore for adc on adc
62- adc: splitting up implementations to distinguish ADC1 & 2 hosted internal special channels are only accessible on the relevant block
61 63
62## 0.4.0 - 2025-08-26 64## 0.4.0 - 2025-08-26
63 65