Add support for log+defmt again, but better.

This commit is contained in:
Dario Nieuwenhuis
2020-12-01 17:46:56 +01:00
parent 78135a81d9
commit 6f76c0ebcc
22 changed files with 261 additions and 21 deletions

View File

@ -13,7 +13,8 @@ defmt-warn = []
defmt-error = []
[dependencies]
defmt = { version = "0.1.0" }
defmt = { version = "0.1.3", optional = true }
log = { version = "0.4.11", optional = true }
cortex-m = "0.6.4"
futures = { version = "0.3.5", default-features = false }