diff options
| author | i509VCB <[email protected]> | 2025-12-13 21:23:22 -0600 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-12-14 00:37:30 -0600 |
| commit | 5bef2eab2352113c2ab9a97be72d72d6df46045d (patch) | |
| tree | 40c43682d2c8e0ec6f714b8b0a20b4ec2e4a33a0 /.vscode | |
| parent | 574868282518ceb81bddcb03bee38fc5b6208a5a (diff) | |
mspm0: add MSPM0G518x support and new packages for others
G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver).
Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 73dfa53a4..2b99a313d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | // "examples/mspm0c1104/Cargo.toml", | 34 | // "examples/mspm0c1104/Cargo.toml", |
| 35 | // "examples/mspm0g3507/Cargo.toml", | 35 | // "examples/mspm0g3507/Cargo.toml", |
| 36 | // "examples/mspm0g3519/Cargo.toml", | 36 | // "examples/mspm0g3519/Cargo.toml", |
| 37 | // "examples/mspm0g5187/Cargo.toml", | ||
| 37 | // "examples/mspm0l1306/Cargo.toml", | 38 | // "examples/mspm0l1306/Cargo.toml", |
| 38 | // "examples/mspm0l2228/Cargo.toml", | 39 | // "examples/mspm0l2228/Cargo.toml", |
| 39 | // "examples/nrf52840-rtic/Cargo.toml", | 40 | // "examples/nrf52840-rtic/Cargo.toml", |
