diff options
| author | i509VCB <[email protected]> | 2025-08-28 16:52:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-28 16:52:44 +0000 |
| commit | d3c84ee1d34329e61464c9acbedab74e9076ac0d (patch) | |
| tree | ad9324f2fa27c1a11c90066a4405a886b4f0da2b /embassy-mspm0/CHANGELOG.md | |
| parent | fc412837a62ee05dc22b4df37d635775fbd8a454 (diff) | |
| parent | cdb2354418a3ef7eda64d364e61c0ce9da437f15 (diff) | |
Merge pull request #4574 from bespsm/mspm0-wwdt
MSPM0: add window watchdog implementation (WWDT0, WWDT1)
Diffstat (limited to 'embassy-mspm0/CHANGELOG.md')
| -rw-r--r-- | embassy-mspm0/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/CHANGELOG.md b/embassy-mspm0/CHANGELOG.md index 145f678cd..eca0defd7 100644 --- a/embassy-mspm0/CHANGELOG.md +++ b/embassy-mspm0/CHANGELOG.md | |||
| @@ -10,3 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 10 | 10 | ||
| 11 | - feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435) | 11 | - feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435) |
| 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) | ||
