summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-27 02:21:53 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-27 02:34:23 +0100
commit88d4b0c00d5164f2fe6307bacce74887b3f8d4da (patch)
treea74fe2a9024167880d4ee4c7ac4f748ce5415f76 /.vscode
parentc7d97290284d2637c1eb89f65ff18f913342a71b (diff)
downloadembassy-88d4b0c00d5164f2fe6307bacce74887b3f8d4da.zip
stm32: add stm32g4 support.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2be7ffbe..0e67ab82 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,9 +10,12 @@
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
"rust-analyzer.cargo.features": [
// These are needed to prevent embassy-net from failing to build
- "embassy-net/medium-ethernet",
- "embassy-net/tcp",
- "embassy-net/pool-16",
+ //"embassy-net/medium-ethernet",
+ //"embassy-net/tcp",
+ //"embassy-net/pool-16",
+ ],
+ "rust-analyzer.linkedProjects": [
+ "examples/stm32g4/Cargo.toml"
],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.runBuildScripts": true,