2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-01-10 13:59:46 +08:00
|
|
|
components/esp_lcd/test_apps/i2c_lcd:
|
|
|
|
disable:
|
2023-01-10 14:43:07 +08:00
|
|
|
- if: SOC_I2C_SUPPORTED != 1 or IDF_TARGET == "esp32h2"
|
|
|
|
reason: LCD has not been supported on esp32h2, IDF-6213
|
2023-01-10 13:59:46 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
components/esp_lcd/test_apps/i80_lcd:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LCD_I80_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/esp_lcd/test_apps/rgb_lcd:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LCD_RGB_SUPPORTED != 1
|
2023-01-10 13:59:46 +08:00
|
|
|
|
|
|
|
components/esp_lcd/test_apps/spi_lcd:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|