From cdb2354418a3ef7eda64d364e61c0ce9da437f15 Mon Sep 17 00:00:00 2001 From: Siarhei B Date: Thu, 21 Aug 2025 11:44:30 +0200 Subject: [PATCH] msmp0-watchdog: reflect changes in CHANGELOG.md --- embassy-mspm0/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 - feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435) - fix gpio interrupt not being set for mspm0l110x +- feat: Add window watchdog implementation based on WWDT0, WWDT1 peripherals (#4574)