esp-idf/components/usb
Darian Leung 2bb30e6493 refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead
Previously, USB build dependencies used the CONFIG_USB_OTG_SUPPORTED. However,
they could depend on `soc_caps.h` instead.
2024-01-01 21:37:34 +08:00
..
include fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2023-12-12 21:10:37 +01:00
private_include change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
test_apps refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00
CMakeLists.txt refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-01-01 21:37:34 +08:00
hcd_dwc.c refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00
hub.c change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
Kconfig refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-01-01 21:37:34 +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 2023-12-12 21:10:37 +01: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(hal/usb): Rename usb_fsls_phy API to match header/source names 2023-12-28 11:48:54 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
usbh.c refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00