aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-05 23:49:10 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-05 23:49:10 +0100
commit208ad8fbfcf639ca8876b50686665a3c8817dabe (patch)
treebc28bdce9be942708ae6d828239d866e9e91f77e /.vscode
parent0d5711b219add4c8e7e4a3524e81071c5bd85ec6 (diff)
stm32/flash: add support for f1.
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",