diff options
| author | i509VCB <[email protected]> | 2025-10-08 19:30:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-08 19:30:27 +0000 |
| commit | 96b87658fc2c9cfd68358195c2dc03ebba2482a2 (patch) | |
| tree | 8d6e2daff297013dd66e55dd00a06008bb57d286 /embassy-mspm0 | |
| parent | 3eaf1d39c229291f16e22564a93d06a5c78f84b6 (diff) | |
| parent | 3f9af34e5a2347076df1f860baabaaa47eeca13d (diff) | |
Merge pull request #4734 from i509VCB/c1106-embassy-meta
mspm0: add mspm0c1106 to test matrix
Diffstat (limited to 'embassy-mspm0')
| -rw-r--r-- | embassy-mspm0/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-mspm0/CHANGELOG.md b/embassy-mspm0/CHANGELOG.md index aaa09892c..40abca38b 100644 --- a/embassy-mspm0/CHANGELOG.md +++ b/embassy-mspm0/CHANGELOG.md | |||
| @@ -13,4 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 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) | 15 | - feat: Add adc implementation (#4646) |
| 16 | - fix: gpio OutputOpenDrain config (#4735) \ No newline at end of file | 16 | - fix: gpio OutputOpenDrain config (#4735) |
| 17 | - fix: add MSPM0C1106 to build test matrix \ No newline at end of file | ||
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 65019eb7c..7245cd100 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -15,6 +15,7 @@ publish = false | |||
| 15 | [package.metadata.embassy] | 15 | [package.metadata.embassy] |
| 16 | build = [ | 16 | build = [ |
| 17 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, | 17 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, |
| 18 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1106rgz", "time-driver-any"]}, | ||
| 18 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3507pm", "time-driver-any"]}, | 19 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3507pm", "time-driver-any"]}, |
| 19 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3519pz", "time-driver-any"]}, | 20 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3519pz", "time-driver-any"]}, |
| 20 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1306rhb", "time-driver-any"]}, | 21 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1306rhb", "time-driver-any"]}, |
