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
usbd: Update to match the latest micropython USBD API.
- No more standalone control_xfer() function, the
callback can return a buffer directly.
- Combined get_ep_stall() and set_ep_stall() to one
function.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <[email protected]>
0 commit comments