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
test_apps
CMakeLists.txt
Kconfig
hcd_dwc.c refactor(usb/host): Move FIFO size configuration to HAL layer 2023-11-30 12:04:30 +08:00
hub.c
maintainers.md
usb_helpers.c
usb_host.c
usb_phy.c refactor(usb/host): Make private hal types USB_DWC specific 2023-11-30 10:24:53 +08:00
usb_private.c
usbh.c