esp-idf/components/usb
Darian Leung 6ead402d15
refactor(usb): Split test device descriptors from mock class files
Previously, descriptors of the test devices were stored direclty in the mock
device files (e.g., "mock_[hid|msc].[h|c]"). This commit splits out the device
descriptors to separate files (e.g., "dev_[hid|msc].c") along with getter
functions.

Users that want to run the tests locally on a different device simply need to
update the "dev_[hid|msc].c" file for their device.
2024-06-09 12:19:53 +08:00
..
include feat(usb/host): Add missing sync types from USB specification 2024-06-04 20:34:52 +08:00
private_include refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-06-04 20:34:57 +08:00
test_apps refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08: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 refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-06-04 20:34:57 +08:00
hub.c refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-06-04 20:34:57 +08:00
Kconfig feat(usb_host): Added KConfig parameter for External HUB support enable 2024-06-04 20:34:52 +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 2024-02-19 15:44:59 +08:00
usb_host.c refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-06-04 20:34:57 +08: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 refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-06-04 20:34:57 +08:00