esp-idf/components/usb/test_apps/usb_host/main
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
..
CMakeLists.txt usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
ctrl_client_async_seq.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
ctrl_client.h refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
Kconfig.projbuild fix(usb): Make string descriptor checks in unit tests optional 2024-05-30 19:25:18 +08:00
msc_client_async_dconn.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client_async_enum.c fix(usb): Make string descriptor checks in unit tests optional 2024-05-30 19:25:18 +08:00
msc_client_async_seq.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client.h refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_app_main.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_usb_host_async.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_usb_host_plugging.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00