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 C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-12-05 18:16:08 +08:00
private_include usb_host: Add check to prevent submitting already inflight transfers 2022-11-07 13:50:59 +08:00
test usb: Refactor USB Host tests 2022-12-13 22:26:47 +08:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2022-12-13 21:36:00 +08:00
Kconfig usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-10 07:07:38 +01:00
hcd_dwc.c usbh: fix invalid assert on desc_status 2023-06-20 10:47:06 +08:00
hub.c usb_host: Update docs and comments regarding first configuration enumeration 2023-04-21 12:53:27 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-11 16:25:01 +08:00
usb_helpers.c usb_host: Fix interface descriptor parsing 2023-02-13 18:02:35 +05:30
usb_host.c usb: Fix incorrect bmRequestType direction flag in USB Host Library 2022-12-13 22:28:02 +08:00
usb_phy.c fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-20 11:25:28 +08:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c fix(usb): Fix bug where usbh_process() misses an event 2024-03-01 14:34:28 +08:00