Fix OOTB workspace issues with embassy-net
This commit is contained in:
parent
2d9e2908df
commit
7dd7f391fc
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -3,7 +3,11 @@
|
||||
"rust-analyzer.checkOnSave.allFeatures": false,
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
|
||||
"rust-analyzer.checkOnSave.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"
|
||||
],
|
||||
"rust-analyzer.procMacro.enable": true,
|
||||
"rust-analyzer.cargo.runBuildScripts": true,
|
||||
"files.watcherExclude": {
|
||||
|
@ -22,6 +22,7 @@ members = [
|
||||
"embassy-traits",
|
||||
"embassy-macros",
|
||||
"embassy-extras",
|
||||
"embassy-net",
|
||||
|
||||
# Uncomment ONLY ONE of the groups below.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user