mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
9 lines
347 B
YAML
9 lines
347 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
components/esp_usb_cdc_rom_console/test_apps/usb_cdc_vfs:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32s3"] # reason: console components is only implemented on these targets. TODO P4: IDF-9120
|
|
depends_components:
|
|
- esp_usb_cdc_rom_console
|
|
- vfs
|
|
- esp_rom
|