mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
11 lines
265 B
YAML
11 lines
265 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_driver_ledc/test_apps/ledc:
|
|
disable:
|
|
- if: SOC_LEDC_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_driver_ledc
|
|
- esp_hal_ledc
|
|
- esp_hw_support
|
|
- soc
|