esp-idf/components/usb
Darian Leung 8277243522
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:24:39 +08:00
..
include usb_host: Run formatting script 2023-07-28 10:39:37 +02:00
private_include usb_host: Run formatting script 2023-07-28 10:39:37 +02:00
test_apps usb: Refactor USB Host tests 2023-01-09 17:55:20 +08:00
.build-test-rules.yml usb: Refactor USB Host tests 2023-01-09 17:55:20 +08:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2023-01-09 17:47:42 +08:00
hcd_dwc.c fix(usb/host): remove bInterval verification during pipe opening for INTR and ISOC EPs 2023-11-24 16:26:08 +01:00
hub.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-24 16:25:54 +01:00
Kconfig usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-10 12:40:01 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb_host: Run formatting script 2023-07-28 10:39:37 +02:00
usb_host.c usb_host: Run formatting script 2023-07-28 10:39:37 +02:00
usb_phy.c fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-23 10:21:02 +08:00
usb_private.c usb_host: Run formatting script 2023-07-28 10:39:37 +02:00
usbh.c fix(usb): Fix bug where usbh_process() misses an event 2024-03-01 14:24:39 +08:00