Add RTT logging

This commit is contained in:
2023-05-21 10:18:26 +02:00
parent 8a14c13bf1
commit 481066a343
11 changed files with 182 additions and 28 deletions

View File

@ -31,6 +31,11 @@ smart-leds = "0.3.0"
embedded-alloc = "0.5.0"
postcard = { version = "1.0.4", features = ["alloc"] }
fixed = "1.23.1"
rtt-target = "0.4.0"
heapless = "0.7.16"
once_cell = { version = "1.17.1", default-features = false }
atomic-polyfill = "1.0.2"
critical-section = "1.1.1"
#[patch."https://git.nubo.sh/hulthe/tgnt.git"]
#tgnt = { path = "../tgnt" }