aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-03-13 22:10:45 -0500
committeri509VCB <[email protected]>2025-03-13 22:10:45 -0500
commite0cdc356ccd7f9e20c2b5355cc52b7eb7610147b (patch)
tree0c34424508b1ee8d5010dc186247b72fac7aca69 /.vscode/settings.json
parent38f26137fc67beb874aa73c9a7ab2150d9f3d372 (diff)
Embassy for MSPM0
This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series. So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts: - C1104 - L1306 - L2228 - G3507 - G3519 The PAC is generated at https://github.com/mspm0-rs
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 48d0957e6..e4814ff27 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -28,6 +28,11 @@
28 // To work on the examples, comment the line above and all of the cargo.features lines, 28 // To work on the examples, comment the line above and all of the cargo.features lines,
29 // then uncomment ONE line below to select the chip you want to work on. 29 // then uncomment ONE line below to select the chip you want to work on.
30 // This makes rust-analyzer work on the example crate and all its dependencies. 30 // This makes rust-analyzer work on the example crate and all its dependencies.
31 // "examples/mspm0c1104/Cargo.toml",
32 // "examples/mspm0g3507/Cargo.toml",
33 // "examples/mspm0g3519/Cargo.toml",
34 // "examples/mspm0l1306/Cargo.toml",
35 // "examples/mspm0l2228/Cargo.toml",
31 // "examples/nrf52840-rtic/Cargo.toml", 36 // "examples/nrf52840-rtic/Cargo.toml",
32 // "examples/nrf5340/Cargo.toml", 37 // "examples/nrf5340/Cargo.toml",
33 // "examples/nrf-rtos-trace/Cargo.toml", 38 // "examples/nrf-rtos-trace/Cargo.toml",