esp-idf/components/usb
Darian Leung b07a43e630
refactor(soc): Rename usb_otg_periph to usb_dwc_periph
- Renamed usb_otg_periph.h/c to usb_dwc_periph.h/c to match naming convention
of other DWC OTG related files
- Added compatibility header for usb_otg_periph.h
2024-02-19 15:45:04 +08:00
..
include fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-19 15:44:59 +08:00
private_include change(usb/host): Remove data buffer headers from URBs 2024-02-19 06:57:30 +08:00
test_apps refactor(usb/host): reformat code with astyle_py 2024-02-19 15:45:00 +08:00
CMakeLists.txt refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-02-19 15:45:02 +08:00
hcd_dwc.c refactor(usb/host): reformat code with astyle_py 2024-02-19 15:45:00 +08:00
hub.c change(usb/host): Remove data buffer headers from URBs 2024-02-19 06:57:30 +08:00
Kconfig refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-02-19 15:45:02 +08: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-19 15:44:59 +08:00
usb_host.c change(usb/host): Remove some handler function event flags 2024-02-19 06:57:31 +08:00
usb_phy.c refactor(soc): Rename usb_otg_periph to usb_dwc_periph 2024-02-19 15:45:04 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2024-02-19 06:57:30 +08:00
usbh.c refactor(usb/host): reformat code with astyle_py 2024-02-19 15:45:00 +08:00