esp-idf/components/usb
Darian Leung 778c2e6863
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-04-04 02:47:00 +08:00
..
include feat(usb_host): Added KConfig parameter for External HUB support enable 2024-03-14 21:06:34 +01:00
private_include refactor(hcd_dwc): Added mps request from hcd_dwc 2024-04-02 10:23:52 +02:00
test_apps feat(dma): refactor dma calloc function 2024-04-02 14:30:14 +08:00
CMakeLists.txt feat(esp32p4): Add USB-OTG support for ESP32-P4 2024-01-30 15:07:11 +01:00
hcd_dwc.c Merge branch 'feat/add_esp_dma_capable_malloc' into 'master' 2024-04-02 21:31:45 +08:00
hub.c refactor(usb/host): Simplify USBH and Hub interaction 2024-03-22 18:14:50 +08:00
Kconfig feat(usb_host): Added KConfig parameter for External HUB support enable 2024-03-14 21:06:34 +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 2023-12-12 21:10:37 +01:00
usb_host.c refactor(usb/host): Simplify USBH and Hub interaction 2024-03-22 18:14:50 +08:00
usb_phy_p4.c feat(esp32p4): Add USB-OTG support for ESP32-P4 2024-01-30 15:07:11 +01:00
usb_phy.c refactor(hal/usb): Add new USB PHY related HAL API 2024-04-04 02:47:00 +08:00
usb_private.c feat(dma): refactor dma calloc function 2024-04-02 14:30:14 +08:00
usbh.c refactor(usb/host): Simplify USBH and Hub interaction 2024-03-22 18:14:50 +08:00