mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
15 lines
406 B
YAML
15 lines
406 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_psram/test_apps/psram:
|
|
disable:
|
|
- if: SOC_SPIRAM_SUPPORTED != 1
|
|
- if: CONFIG_NAME == "xip_psram_no_boot_init" and SOC_SPIRAM_XIP_SUPPORTED != 1
|
|
depends_components:
|
|
- *common_components
|
|
- esp_psram
|
|
- esp_mm
|
|
- esp_driver_gpio
|
|
- esp_driver_spi
|
|
- spi_flash
|
|
- esp_hal_mspi
|