I'm not sure if probe-rs supports BMP, but I think if you can pipe the RTT output into the defmt-print, it should work, something like: ``` your-bmp-cmd | defmt-print --elf target/thumb.../release/your-bin ```