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
usb: Add critical section to the USB Buffer write path.
This isn't needed if the same thread is always the writer, but is needed if
multiple threads (or main thread plus callback irq) try to write the
buffer.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <[email protected]>
0 commit comments