Blocking mode write blocks forever on a large buffer
jacobrosenthal opened this issue · 5 comments
jacobrosenthal commented
Blocking mode blocks forever in probe-run and cargo embed rprintln a large buffer
Japaric was able to confirm defmt services rtt correctly so its not hardware or user code
knurling-rs/probe-run#16
Any gotta be something in here. Ideas on where to attack?
Thanks!
mvirkkunen commented
Do you have firmware code that reproduces the problem available somewhere? Or at least information as to what you're writing and how big the buffer is?
jacobrosenthal commented
mvirkkunen commented
Welp, that's a bug. Seems I broke writing long messages while implementing the other blocking modes. Found a fix already, will take a look at releasing it soon.
jacobrosenthal commented
Confirmed. Release? Thanks!
mvirkkunen commented
I'm adding a couple of other things in the process, stand by!