aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2be7ffbe0..0e67ab824 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,9 +10,12 @@
10 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 10 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
11 "rust-analyzer.cargo.features": [ 11 "rust-analyzer.cargo.features": [
12 // These are needed to prevent embassy-net from failing to build 12 // These are needed to prevent embassy-net from failing to build
13 "embassy-net/medium-ethernet", 13 //"embassy-net/medium-ethernet",
14 "embassy-net/tcp", 14 //"embassy-net/tcp",
15 "embassy-net/pool-16", 15 //"embassy-net/pool-16",
16 ],
17 "rust-analyzer.linkedProjects": [
18 "examples/stm32g4/Cargo.toml"
16 ], 19 ],
17 "rust-analyzer.procMacro.enable": true, 20 "rust-analyzer.procMacro.enable": true,
18 "rust-analyzer.cargo.runBuildScripts": true, 21 "rust-analyzer.cargo.runBuildScripts": true,