"I think I’m going to patch panic..." <- I hit similar using rtt log, ended up setting it blocking in the panic handler before printing, seemed to work OK. ``` rtt_target::with_terminal_channel(|t| { t.set_mode(rtt_target::ChannelMode::BlockIfFull); }) ```