kopia lustrzana https://github.com/espressif/esp-idf
20 wiersze
655 B
YAML
20 wiersze
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
|