mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4954884527
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. |
||
---|---|---|
.. | ||
main | ||
CMakeLists.txt | ||
pytest_usb_host.py | ||
README.md | ||
sdkconfig.defaults |
Supported Targets | ESP32-P4 | ESP32-S2 | ESP32-S3 |
---|
USB: Host test application
There are two sets of tests in this application:
- Low-speed: Expects low-speed USB mouse with interrupt endpoint to be connected
- Full-speed: Expects full-speed USB flash disk with 2 bulk endpoints to be connected
For running these tests locally, you will have to update device definitions (VID, PID, ...) in mock_msc.h and mock_hid.h.