esp-idf/components/usb
Darian Leung 8f208fd0c0
fix(usb): Fix bug where usbh_process() misses an event
This commit fixes a bug where if multiple concurrent USBH API calls trigger
multiple events on the same device, some events will be lost. As a result,
those lost events don't get processed by the subsequent usbh_process() call.
2024-03-01 14:34:28 +08:00
..
include
private_include
test
CMakeLists.txt
Kconfig
hcd_dwc.c
hub.c
maintainers.md
usb_helpers.c
usb_host.c
usb_phy.c
usb_private.c
usbh.c