esp-idf/components/usb
Darian Leung 6d40e191f8
refactor(hal/usb): Refactor usb_wrap_ll.h
This commit rewrite the 'usb_wrap_ll.h' API as follows:

- All APIs renamed from 'usb_fsls_phy_ll_...()' to 'usb_wrap_ll_...()'
- APIs now match their equivalent counter parts in 'usb_serial_jtag_ll.h'
2024-03-18 19:23:44 +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(usb): Remove USBH control transfer callback 2024-03-06 23:09:17 +08:00
test_apps feat(usb/host): Update ISOC scheduler for HS endpoints 2024-03-01 18:05:40 +01:00
CMakeLists.txt
Kconfig feat(usb_host): Added KConfig parameter for External HUB support enable 2024-03-14 21:06:34 +01:00
hcd_dwc.c feat(usb/host): Update ISOC scheduler for HS endpoints 2024-03-01 18:05:40 +01:00
hub.c refactor(espcoredump): format coredump component with astyle 2024-02-19 21:57:28 +01:00
maintainers.md
usb_helpers.c
usb_host.c refactor(usb): Remove USBH control transfer callback 2024-03-06 23:09:17 +08:00
usb_phy.c refactor(hal/usb): Refactor usb_wrap_ll.h 2024-03-18 19:23:44 +08:00
usb_phy_p4.c
usb_private.c
usbh.c refactor(usb): Remove USBH control transfer callback 2024-03-06 23:09:17 +08:00