aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustav Toft <[email protected]>2024-04-11 09:08:10 +0200
committerGustav Toft <[email protected]>2024-04-11 09:08:10 +0200
commitfd5113eeb00add4af38cb0a3ff95c7d414c68b87 (patch)
tree846cb471bd58d874346e9d6db80152a7942372c8
parentfc260fbb01171061d34b931bcb2457b8f8c540d5 (diff)
Restore vscode settings
-rw-r--r--.vscode/settings.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 343331950..0c195a13b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,24 +10,24 @@
10 "rust-analyzer.cargo.noDefaultFeatures": true, 10 "rust-analyzer.cargo.noDefaultFeatures": true,
11 "rust-analyzer.showUnlinkedFileNotification": false, 11 "rust-analyzer.showUnlinkedFileNotification": false,
12 // uncomment the target of your chip. 12 // uncomment the target of your chip.
13 "rust-analyzer.cargo.target": "thumbv6m-none-eabi", 13 //"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
14 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi", 14 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
15 //"rust-analyzer.cargo.target": "thumbv7em-none-eabi", 15 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
16 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", 16 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
17 /* "rust-analyzer.cargo.features": [ 17 "rust-analyzer.cargo.features": [
18 "stm32f103c8", 18 "stm32f103c8",
19 "time-driver-any", 19 "time-driver-any",
20 "unstable-pac", 20 "unstable-pac",
21 "exti", 21 "exti",
22 ], */ 22 ],
23 "rust-analyzer.linkedProjects": [ 23 "rust-analyzer.linkedProjects": [
24 // Uncomment ONE line for the chip you want to work on. 24 // Uncomment ONE line for the chip you want to work on.
25 // This makes rust-analyzer work on the example crate and all its dependencies. 25 // This makes rust-analyzer work on the example crate and all its dependencies.
26 // "embassy-stm32/Cargo.toml", 26 "embassy-stm32/Cargo.toml",
27 // "examples/nrf52840-rtic/Cargo.toml", 27 // "examples/nrf52840-rtic/Cargo.toml",
28 // "examples/nrf5340/Cargo.toml", 28 // "examples/nrf5340/Cargo.toml",
29 // "examples/nrf-rtos-trace/Cargo.toml", 29 // "examples/nrf-rtos-trace/Cargo.toml",
30 "examples/rp/Cargo.toml", 30 // "examples/rp/Cargo.toml",
31 // "examples/std/Cargo.toml", 31 // "examples/std/Cargo.toml",
32 // "examples/stm32c0/Cargo.toml", 32 // "examples/stm32c0/Cargo.toml",
33 // "examples/stm32f0/Cargo.toml", 33 // "examples/stm32f0/Cargo.toml",