You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samd/mphalport: Fix USB CDC RX handling to not block when unprocessed.
Porting PR #8040 of @hoihu for SAMD, following the commit
5873390.
---
Issue:
This PR unveils an issue of the port and is made to have a working
example for easily reproducing the fault.
USB locks up almost immediately if charaters at the input arrive too
fast, when they are echoed. That happens for instance in REPL.
This issue is present in the actual master branch as well, but requires
much higher input symbol frequency and is hard to reproce.
Addition:
Temporary add a function mp_hal_time_ns() to please the linker when
built with DEBUG=1.
0 commit comments