We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9664972 + 6e24f05 commit e8c998aCopy full SHA for e8c998a
examples/stm32f0/Cargo.toml
@@ -13,7 +13,7 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
13
cortex-m-rt = "0.7.0"
14
defmt = "0.3"
15
defmt-rtt = "0.4"
16
-panic-probe = "0.3"
+panic-probe = { version = "0.3", features = ["print-defmt"] }
17
embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] }
18
embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
19
embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
0 commit comments