mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
5 lines
263 B
YAML
5 lines
263 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
components/esp_vfs_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
|