esp-idf/components/usb
Darian Leung f2ede42191
refactor(hal/usb): Rename usb_phy files to usb_fsls_phy
This commit renames USB PHY related HAL files from "usb_phy_xxx" to
"usb_fsls_phy_xxx" since they are only designed to support Full-Speed/Low-Speed
Serial USB PHYs. This renmaing is done to accommodate future USB PHYs that use
other PHY interfaces (e.g., UTMI, ULPI etc).
2024-02-19 15:45:01 +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(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +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 usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-09 08:11:05 +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 change(usb/host): Remove some handler function event flags 2024-02-19 06:57:31 +08:00
usb_phy.c refactor(hal/usb): Rename usb_phy files to usb_fsls_phy 2024-02-19 15:45:01 +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