esp-idf/components/usb
Darian Leung 36de16d97c
refactor(hal/usb): Add new USB PHY related HAL API
This commit adds/updates the USB PHY related HAL APIs. The following changes
are made:

- Updated 'usb_wrap_hal.h' API
- Added 'usb_serial_jtag_hal.h' API
2024-06-04 20:35:49 +08:00
..
include feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01:00
private_include feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01:00
test_apps feat(usb/host): Update ISOC scheduler for HS endpoints 2024-03-04 10:00:35 +01: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 feat(usb/host): Update ISOC scheduler for HS endpoints 2024-03-04 10:00:35 +01:00
hub.c feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01:00
Kconfig feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01: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 feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01:00
usb_phy.c refactor(hal/usb): Add new USB PHY related HAL API 2024-06-04 20:35:49 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2024-02-19 06:57:30 +08:00
usbh.c fix(usb): Fix bug where usbh_process() misses an event 2024-02-29 16:02:30 +08:00