esp-idf/components/usb
Darian Leung ae9a280ca1
fix(usb): Make string descriptor checks in unit tests optional
Checking for an exact match for product or serial and string descriptors can
lead to test failures if the USB devices connected to the runner is changed. This
commit adds some kconfig options to make the string descriptor checks optional,
with the product and serial string checks being disabled by default.
2024-06-09 12:36:25 +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 fix(usb): Make string descriptor checks in unit tests optional 2024-06-09 12:36:25 +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