Add support for rtos-trace behind a feature flag

This commit is contained in:
Quentin Smith
2022-08-09 16:25:42 -04:00
parent b7b4c84067
commit a3c1522ce6
4 changed files with 64 additions and 1 deletions

View File

@ -53,6 +53,7 @@ time-tick-16mhz = ["time"]
[dependencies]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
rtos-trace = { version = "0.1.2", optional = true }
embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" }
embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8", optional = true}