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.allFeatures": false,
|
||||||
"rust-analyzer.checkOnSave.allTargets": false,
|
"rust-analyzer.checkOnSave.allTargets": false,
|
||||||
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
|
"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.procMacro.enable": true,
|
||||||
"rust-analyzer.cargo.runBuildScripts": true,
|
"rust-analyzer.cargo.runBuildScripts": true,
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
|
@ -22,6 +22,7 @@ members = [
|
|||||||
"embassy-traits",
|
"embassy-traits",
|
||||||
"embassy-macros",
|
"embassy-macros",
|
||||||
"embassy-extras",
|
"embassy-extras",
|
||||||
|
"embassy-net",
|
||||||
|
|
||||||
# Uncomment ONLY ONE of the groups below.
|
# Uncomment ONLY ONE of the groups below.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user