2024-01-19 14:38:30 +01:00
| Supported Targets | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- |
2022-10-06 23:16:54 +02:00
# USB: Host test application
2025-03-21 09:07:53 +01:00
There are three sets of tests in this application:
2022-10-06 23:16:54 +02:00
1. Low-speed: Expects low-speed USB mouse with interrupt endpoint to be connected
2. Full-speed: Expects full-speed USB flash disk with 2 bulk endpoints to be connected
2025-03-21 09:07:53 +01:00
3. High-speed: Expects high-speed USB flash disk with 2 bulk endpoints to be connected
2022-10-06 23:16:54 +02:00
2025-03-21 09:07:53 +01:00
For running these tests locally, you will have to update device definitions (VID, PID, ...) in [dev_msc.c ](../common/dev_msc.c ), [dev_hid.c ](../common/dev_hid.c ) and [dev_isoc.c ](../common/dev_isoc.c ).