aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiarhei B <[email protected]>2025-08-21 11:44:30 +0200
committerSiarhei B <[email protected]>2025-08-28 10:18:48 +0200
commitcdb2354418a3ef7eda64d364e61c0ce9da437f15 (patch)
treec58075d1f464e6b0c3580458bc92c117ec0bafd2
parent0a45a4663c1ced10c96e38efe7ebd1aa9b9e2130 (diff)
msmp0-watchdog: reflect changes in 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 cf8aeb046..5585fd261 100644
--- a/embassy-mspm0/CHANGELOG.md
+++ b/embassy-mspm0/CHANGELOG.md
@@ -9,3 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9 9
10- feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435) 10- feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435)
11- fix gpio interrupt not being set for mspm0l110x 11- fix gpio interrupt not being set for mspm0l110x
12- feat: Add window watchdog implementation based on WWDT0, WWDT1 peripherals (#4574)