-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
probe-rs/probe-rs
#1436Labels
priority: highHigh priority for the Knurling teamHigh priority for the Knurling teamstatus: needs designThis feature needs design work to move forwardThis feature needs design work to move forwardtype: bugSomething isn't workingSomething isn't working
Description
After trying to upgrade, I encountered an issue with defmt-rtt 0.4, no more messages will show up. I am unsure what the root cause is, and to verify that the cause isn't my code, I have created a minimum reproducible example from the recommended app template. If I set defmt-rtt = "0.4" in the Cargo.toml I no longer get any output, while with defmt-rtt = "0.3" that isn't the case.
This is then executed - like in the README - on a STM32H7A3 Nucleo-144.
rustc version: rustc 1.67.0-nightly (32e613bba 2022-12-02)
defmt-rtt = "0.4"
defmt-rtt = "0.3"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: highHigh priority for the Knurling teamHigh priority for the Knurling teamstatus: needs designThis feature needs design work to move forwardThis feature needs design work to move forwardtype: bugSomething isn't workingSomething isn't working

