stm32: add stm32g4 support.

This commit is contained in:
Dario Nieuwenhuis
2021-11-27 02:21:53 +01:00
parent c7d9729028
commit 88d4b0c00d
17 changed files with 466 additions and 9 deletions

View File

@ -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,