esp-idf/components/usb
Tomas Rezucha 39d57f1cfd refactor(usb/host): Move FIFO size configuration to HAL layer
The logic of calculating FIFO sizes is DWC OTG specific.
We move it to the HAL layer to provide better abstraction in the HDC layer.
2023-11-30 12:04:30 +08:00
..
include feat(usb/host): Add High Speed enumeration types 2023-11-30 10:17:00 +08:00
private_include change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(gpio): make gpio driver as component, and fix astyle 2023-11-03 15:42:23 +08:00
hcd_dwc.c refactor(usb/host): Move FIFO size configuration to HAL layer 2023-11-30 12:04:30 +08:00
hub.c change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08: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 usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_host.c change(usb/host): Remove some handler function event flags 2023-11-24 22:08:57 +08:00
usb_phy.c refactor(usb/host): Make private hal types USB_DWC specific 2023-11-30 10:24:53 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
usbh.c bugfix(usb/host): Fix transfer direction determination during argument checking for regular EP transfer 2023-09-13 21:55:34 +02:00