2022-10-06 17:16:54 -04: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 08:38:30 -05:00
|
|
|
disable_test:
|
2024-01-30 06:13:46 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32p4"]
|
2024-01-19 08:38:30 -05:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners with usb_host_flash_disk tag
|
2023-11-30 10:08:48 -05:00
|
|
|
depends_components:
|
|
|
|
- usb
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/hal/usb*.c
|
2024-01-19 08:38:30 -05:00
|
|
|
- components/hal/include/hal/usb*.h
|
2023-11-30 10:08:48 -05:00
|
|
|
- components/hal/esp32*/include/hal/usb*.h
|
2024-01-19 08:38:30 -05: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
|