rtt logging works

This commit is contained in:
2024-06-11 23:59:09 +02:00
parent 841b8e1273
commit 4bddc009bc
3 changed files with 28 additions and 10 deletions

View File

@ -23,6 +23,7 @@ version = "0.1.0"
rt = ["va416xx-hal/rt"]
[dev-dependencies]
panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
rtt-target = { version = "0.3", features = ["cortex-m"] }
panic-rtt-target = { version = "0.1.3" }
rtt-target = { version = "0.5" }
panic-halt = "0.2"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]}