aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a5b23175a..46d26562c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -15,10 +15,16 @@
15 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi", 15 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
16 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 16 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
17 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", 17 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
18 "rust-analyzer.cargo.features": [
19 "stm32f103c8",
20 "time-driver-any",
21 "unstable-pac",
22 "exti",
23 ],
18 "rust-analyzer.linkedProjects": [ 24 "rust-analyzer.linkedProjects": [
19 // Uncomment ONE line for the chip you want to work on. 25 // Uncomment ONE line for the chip you want to work on.
20 // This makes rust-analyzer work on the example crate and all its dependencies. 26 // This makes rust-analyzer work on the example crate and all its dependencies.
21 "examples/stm32l4/Cargo.toml", 27 "embassy-stm32/Cargo.toml",
22 // "examples/nrf52840-rtic/Cargo.toml", 28 // "examples/nrf52840-rtic/Cargo.toml",
23 // "examples/nrf5340/Cargo.toml", 29 // "examples/nrf5340/Cargo.toml",
24 // "examples/nrf-rtos-trace/Cargo.toml", 30 // "examples/nrf-rtos-trace/Cargo.toml",