mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
16 lines
411 B
YAML
16 lines
411 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_driver_dma/test_apps/dma:
|
|
disable:
|
|
- if: SOC_GDMA_SUPPORTED != 1 and SOC_CP_DMA_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_driver_dma
|
|
- esp_hal_dma
|
|
|
|
components/esp_driver_dma/test_apps/dma2d:
|
|
disable:
|
|
- if: SOC_DMA2D_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_driver_dma
|
|
- esp_hal_dma
|