esp-idf/components/usb
Tomas Rezucha 9b40d39120 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-12-21 10:34:56 +01:00
..
include feat(usb/host): Add High Speed enumeration types 2023-12-21 10:33:49 +01:00
private_include usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
hcd_dwc.c refactor(usb/host): Move FIFO size configuration to HAL layer 2023-12-21 10:34:56 +01:00
hub.c fix(usb/host): Do not abort on string descriptor overflow 2023-12-05 16:44:53 +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 usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_host.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_phy.c refactor(usb/host): Make private hal types USB_DWC specific 2023-12-21 10:34:46 +01:00
usb_private.c usb_host: Run formatting script 2023-05-29 17:30:41 +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