add embassy::main and implement for stm32f4

This commit is contained in:
xoviat
2021-03-27 17:27:39 -05:00
parent 19b959b0f8
commit 6ee9e012fc
9 changed files with 343 additions and 39 deletions

View File

@ -11,3 +11,7 @@ darling = "0.10.2"
[lib]
proc-macro = true
[features]
stm32 = []
nrf = []