2022-10-06 23:16:54 +02:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/usb/test_apps:
|
|
|
|
enable:
|
|
|
|
- if: SOC_USB_OTG_SUPPORTED == 1
|
2024-01-19 14:38:30 +01:00
|
|
|
disable_test:
|
2024-01-30 12:13:46 +01:00
|
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32p4"]
|
2024-01-19 14:38:30 +01:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners with usb_host_flash_disk tag
|
2023-11-30 16:08:48 +01:00
|
|
|
depends_components:
|
|
|
|
- usb
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/hal/usb*.c
|
2024-01-19 14:38:30 +01:00
|
|
|
- components/hal/include/hal/usb*.h
|
2023-11-30 16:08:48 +01:00
|
|
|
- components/hal/esp32*/include/hal/usb*.h
|
2024-01-19 14:38:30 +01:00
|
|
|
- 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
|