esp-idf/components/usb/test_apps/hcd
Tomas Rezucha c64d0be428 feat(usb/host): Update ISOC scheduler for HS endpoints
USB-OTG uses 'sched_info' field of HCTSIZ register to schedule transactions
in USB microframes.
2024-03-04 09:59:50 +01:00
..
main feat(usb/host): Update ISOC scheduler for HS endpoints 2024-03-04 09:59:50 +01:00
CMakeLists.txt usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
pytest_usb_hcd.py usb_host: Use up-to-date syntax in pytest 2023-04-21 15:45:42 +08:00
README.md usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
sdkconfig.defaults usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00

Supported Targets ESP32-S2 ESP32-S3

USB: Host test application

There are two 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

For running these tests locally, you will have to update device definitions (VID, PID, ...) in test_usb_mock_classes.h.