esp-idf/components/usb/test_apps
Darian Leung 4954884527
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-05-30 19:25:18 +08:00
..
common refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
hcd refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
usb_host fix(usb): Make string descriptor checks in unit tests optional 2024-05-30 19:25:18 +08:00
.build-test-rules.yml ci: Added esp32p4 usb tests to CI: 2024-02-29 10:35:09 +01:00