Implement remaining logic for blocking UART. async is still todo, awaiting DMA

This commit is contained in:
Mathias
2022-08-18 10:14:37 +02:00
parent 16d0ae7678
commit d52c7ded49
3 changed files with 371 additions and 38 deletions

View File

@ -36,6 +36,8 @@ embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["r
atomic-polyfill = "0.1.5"
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
nb = "1.0.0"
cfg-if = "1.0.0"
cortex-m-rt = ">=0.6.15,<0.8"
cortex-m = "0.7.3"
critical-section = "0.2.5"