diff options
| author | i509VCB <[email protected]> | 2025-10-02 17:02:20 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-10-08 14:39:07 -0500 |
| commit | c6799c2921780254319d293d37f33161f5fd1832 (patch) | |
| tree | ec566c03efa33467878cc5ddc73dc63069034b04 /embassy-mspm0/CHANGELOG.md | |
| parent | 96b87658fc2c9cfd68358195c2dc03ebba2482a2 (diff) | |
mspm0: add mspm0h321x support
This also changes selection of GPIO interrupt type to be calculated by the buildscript. H321x is yet another exception with GPIOB being a physical interrupt rather than part of an interrupt group.
H3215/6 are true 5V parts. I wonder if that is a first for an embassy hal
Diffstat (limited to 'embassy-mspm0/CHANGELOG.md')
| -rw-r--r-- | embassy-mspm0/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-mspm0/CHANGELOG.md b/embassy-mspm0/CHANGELOG.md index 40abca38b..948f0205d 100644 --- a/embassy-mspm0/CHANGELOG.md +++ b/embassy-mspm0/CHANGELOG.md | |||
| @@ -14,4 +14,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 14 | - feat: Add MSPM0C1105/C1106 support | 14 | - feat: Add MSPM0C1105/C1106 support |
| 15 | - feat: Add adc implementation (#4646) | 15 | - feat: Add adc implementation (#4646) |
| 16 | - fix: gpio OutputOpenDrain config (#4735) | 16 | - fix: gpio OutputOpenDrain config (#4735) |
| 17 | - fix: add MSPM0C1106 to build test matrix \ No newline at end of file | 17 | - fix: add MSPM0C1106 to build test matrix |
| 18 | - feat: add MSPM0H3216 support | ||
