esp-idf/components/usb
Tomas Rezucha 388360cc5a
fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors
Bits [11,12] in HighSpeed periodic endpoints specify
the number of additional transaction opportunities per microframe
2024-02-28 16:09:49 +08:00
..
include fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
private_include usb_host: Run formatting script 2023-07-15 12:56:45 +02:00
test_apps fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
.build-test-rules.yml usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2022-09-16 16:45:26 +08:00
hcd_dwc.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
hub.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-28 22:00:54 +01:00
Kconfig usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-09 08:11:05 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
usb_host.c usb_host: Run formatting script 2023-07-15 12:56:45 +02:00
usb_phy.c refactor(usb/host): Make private hal types USB_DWC specific 2023-12-21 10:45:04 +01:00
usb_private.c usb_host: Run formatting script 2023-07-15 12:56:45 +02:00
usbh.c bugfix(usb/host): Fix transfer direction determination during argument checking for regular EP transfer 2023-09-13 21:51:24 +02:00