mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 11:55:00 +00:00
ddc3c2b78b
- previous usb_host_get_config_desc_free()
- updated usb_host_free_config_desc()
| 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.