From 5bef2eab2352113c2ab9a97be72d72d6df46045d Mon Sep 17 00:00:00 2001 From: i509VCB Date: Sat, 13 Dec 2025 21:23:22 -0600 Subject: 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). --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') 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 @@ // "examples/mspm0c1104/Cargo.toml", // "examples/mspm0g3507/Cargo.toml", // "examples/mspm0g3519/Cargo.toml", + // "examples/mspm0g5187/Cargo.toml", // "examples/mspm0l1306/Cargo.toml", // "examples/mspm0l2228/Cargo.toml", // "examples/nrf52840-rtic/Cargo.toml", -- cgit