Valentin Trophime
Valentin Trophime
Is there someone working on this issue at the moment ? If not I can try to fix it as the solution suggested by @dead10ck seems reasonable and relatively easy...
What is the current state of this async implementation of the trait ? I would be really interested to have this for the same DMA purpose that was suggested initially....
I can confirm that it is reproducible with slice instead of `Vec`. Also, it doesn't really just silently discarded stuff (which is not a perfect solution in my mind, maybe...
Yes it does. But in a more general way, maybe truncating will be a more desirable behavior. Also, there is a similar catch when trying to print inside a loop,...
I would be really happy to do it, but I may need some help to fully understand the code base and what part should be modified to implement this behavior.
I'm not sure if it should be a modification in the defmt_rtt crate because that's the only place where the size of the buffer and the available size in the...
I can't observe this correct behavior you described on my setup in some circumstances. The bug is triggered by trying to print too quickly a lot of messages, or with...
And when doing 10x more iterations, the logs are even weirder: ``` 511 512 513 514 515 620 621 622 623 624 831 832 937 938 939 940 941 942...
That's weird, from what I see in `probe-rs` source code (with grep) the only `ChannelMode` created is `BlockIfFull` which seems to be the default. I guess that this mode is...
I updated `probe-rs` and now got a similar behavior but with different logs. Here, instead of `10_000` lines, there are only `9_394`. The missing one are the first 228 lines,...