stm32: add gpio HIL test

This commit is contained in:
Dario Nieuwenhuis
2021-11-24 03:18:30 +01:00
parent 00a87b9a41
commit dd32358d6b
9 changed files with 472 additions and 5 deletions

View File

@ -16,7 +16,7 @@
//"embassy-net/pool-16",
],
"rust-analyzer.linkedProjects": [
"examples/stm32g4/Cargo.toml"
"examples/stm32f1/Cargo.toml"
],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.runBuildScripts": true,