stm32: add stm32g4 support.
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user