mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
51d6296fde
- added new test for usb_host_lib example for all targets - CI USB host test are run on esp32p4 - CI USB device tests temporarily disabled until usb_device runner is fixed - hcd and usb_host tests which do not require PHY are run on esp32p4
20 lines
655 B
YAML
20 lines
655 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/usb/test_apps:
|
|
enable:
|
|
- if: SOC_USB_OTG_SUPPORTED == 1
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32p4"]
|
|
temporary: true
|
|
reason: lack of runners with usb_host_flash_disk tag
|
|
depends_components:
|
|
- usb
|
|
depends_filepatterns:
|
|
- components/hal/usb*.c
|
|
- components/hal/include/hal/usb*.h
|
|
- components/hal/esp32*/include/hal/usb*.h
|
|
- components/soc/esp32*/usb*.c
|
|
- components/soc/include/soc/usb*.h
|
|
- components/soc/esp32*/include/soc/usb_dwc_*.h
|
|
- components/soc/esp32*/include/soc/usb_wrap_*.h
|