mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 02:16:51 +00:00

- DWC-OTG internal DMA can access psram on esp32p4 - Move DMA memory buffs to psram, to save internal ram - HCD tests and MSC example runs in CI with psram enabled
12 lines
652 B
Markdown
12 lines
652 B
Markdown
| Supported Targets | ESP32-P4 | ESP32-S2 | ESP32-S3 |
|
|
| ----------------- | -------- | -------- | -------- |
|
|
|
|
# USB: Host test application
|
|
|
|
There are three sets of tests in this application:
|
|
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
|
|
3. High-speed: Expects high-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 [dev_msc.c](../common/dev_msc.c), [dev_hid.c](../common/dev_hid.c) and [dev_isoc.c](../common/dev_isoc.c).
|