Andrew Leech
Andrew Leech
Pyserial: echo is turned off here in the _reconfigure_port(): https://github.com/pyserial/pyserial/blob/7aeea35429d15f3eefed10bbb659674638903e3a/serial/serialposix.py#L413 It looks like DTR is set here, after _reconfigure_port() https://github.com/pyserial/pyserial/blob/7aeea35429d15f3eefed10bbb659674638903e3a/serial/serialposix.py#L343 Update: Urgh, yeah Linux always asserts DTR automatically whether a...
It might be worth raising this issue over at tinyusb as in theory this issue could occur even without my buffer change; all it needs is enough data being written...
Thanks for the feedback @fdomke , the initial tests did seem a bit faster but those tests were a bit mixed up with other changes & issues so yes I'll...
It seems the cleaned up version I pushed here is broken, I'll sort it out and get it tested before removing the draft label
> not accept random binaries without source that get run on my hardware I certainly wouldn't either, sorry my git rebase really failed me here. I'm in a few to...
Thanks for the input, I appreciate the interest! I'd suggest you don't bother testing it though it needs a lot more work. For some reason even going back to my...
> The crc32 C binary comes out to 52 bytes for M0, which should work on any ARM target. When compiled for rv32 it comes out to 80 bytes (58...
# PR Update **Major Update: Complete architectural rebuild with enhanced build system** I've completely rebuilt this implementation with a focus on maintainability, shared configuration, and automatic validation. This version addresses...
I believe this PR is now in a much better state. While I thought it would only take a couple of days to get here after the initial dud push,...
> Any other observations or things to improve? Yeah a colleague and I had some difficulties getting it to all work, I'll speak to him too. I've got a few...