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
pbio/drv/usb_stm32: Simplify event loop and use pbio/os.
BCD and data handling happen separately, so we can have them chronologically in the process thread.
Also fix a revisit note for not needing a timer to resend the status. Since we recently introduced status scheduling by the host module, we can just re-schedule the latest on subscribing.
Also introduce shutting down via pbdrv_deinit rather than polling statuses from pbsys.
0 commit comments