Add embassy-std crate with glue to run embassy on std.

This commit is contained in:
Dario Nieuwenhuis
2020-12-28 03:40:28 +01:00
parent 32c67381df
commit 4a7344cb6f
5 changed files with 106 additions and 20 deletions

View File

@ -2,7 +2,6 @@
"editor.formatOnSave": true,
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false,
"files.watcherExclude": {
"**/.git/objects/**": true,