aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/CHANGELOG.md
diff options
context:
space:
mode:
authorcrispaudio <[email protected]>2025-09-08 09:24:11 +0200
committercrispaudio <[email protected]>2025-09-08 09:24:11 +0200
commite21f5e62c4ecfaaeb9f58d7e526fc19ef58b85fb (patch)
tree665e6e48f531b30f8d51e60ee11a1683e76d932f /embassy-mspm0/CHANGELOG.md
parentbbcaab13bc074d8223b43d8e05682b708c192d78 (diff)
mspm0-adc: add to changelog
Diffstat (limited to 'embassy-mspm0/CHANGELOG.md')
-rw-r--r--embassy-mspm0/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/CHANGELOG.md b/embassy-mspm0/CHANGELOG.md
index c7da4eb33..b846f21b1 100644
--- a/embassy-mspm0/CHANGELOG.md
+++ b/embassy-mspm0/CHANGELOG.md
@@ -12,3 +12,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12- fix gpio interrupt not being set for mspm0l110x 12- fix gpio interrupt not being set for mspm0l110x
13- feat: Add window watchdog implementation based on WWDT0, WWDT1 peripherals (#4574) 13- feat: Add window watchdog implementation based on WWDT0, WWDT1 peripherals (#4574)
14- feat: Add MSPM0C1105/C1106 support 14- feat: Add MSPM0C1105/C1106 support
15- feat: Add adc implementation (#4646)