knurling-rs / defmt

Efficient, deferred formatting for logging on embedded systems
https://defmt.ferrous-systems.com/
Apache License 2.0
750 stars 69 forks source link

cargo-embed produces broken output #823

Closed FlareFlo closed 3 months ago

FlareFlo commented 3 months ago

When running my learning project using cargo-embed, the defmt output appears to be complete garbage. Running with cargo-embed --release: asciicast When running with probe-rs directly after the output appears to be correct: image I hope my project is minimal enough to help with reproducing the issue. The hardware used is an STM32F411CEb with the STLink V2.0. Cargo-embed is on version 0.13.0 probe-rs is on version 0.23.0

Urhengulas commented 3 months ago

Can you please report this at probe-rs?

FlareFlo commented 3 months ago

Done