|
@@ -3,6 +3,10 @@
|
|
|
components/esp_lcd/test_apps/i2c_lcd:
|
|
components/esp_lcd/test_apps/i2c_lcd:
|
|
|
disable:
|
|
disable:
|
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
|
|
|
+ depends_components:
|
|
|
|
|
+ - esp_lcd
|
|
|
|
|
+ depends_filepatterns:
|
|
|
|
|
+ - components/driver/i2c/**/*
|
|
|
disable_test:
|
|
disable_test:
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
|
temporary: true
|
|
temporary: true
|
|
@@ -11,19 +15,33 @@ components/esp_lcd/test_apps/i2c_lcd:
|
|
|
components/esp_lcd/test_apps/i2c_lcd_legacy:
|
|
components/esp_lcd/test_apps/i2c_lcd_legacy:
|
|
|
disable:
|
|
disable:
|
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
|
|
|
+ depends_components:
|
|
|
|
|
+ - esp_lcd
|
|
|
|
|
+ depends_filepatterns:
|
|
|
|
|
+ - components/driver/i2c/**/*
|
|
|
disable_test:
|
|
disable_test:
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
|
temporary: true
|
|
temporary: true
|
|
|
reason: insufficient runners
|
|
reason: insufficient runners
|
|
|
|
|
|
|
|
components/esp_lcd/test_apps/i80_lcd:
|
|
components/esp_lcd/test_apps/i80_lcd:
|
|
|
|
|
+ depends_components:
|
|
|
|
|
+ - esp_lcd
|
|
|
|
|
+ depends_filepatterns:
|
|
|
|
|
+ - components/driver/i2s/**/* # i80 IO driver relies on I2S on esp32 and esp32s2
|
|
|
disable:
|
|
disable:
|
|
|
- if: SOC_LCD_I80_SUPPORTED != 1
|
|
- if: SOC_LCD_I80_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/esp_lcd/test_apps/rgb_lcd:
|
|
components/esp_lcd/test_apps/rgb_lcd:
|
|
|
|
|
+ depends_components:
|
|
|
|
|
+ - esp_lcd
|
|
|
disable:
|
|
disable:
|
|
|
- if: SOC_LCD_RGB_SUPPORTED != 1
|
|
- if: SOC_LCD_RGB_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/esp_lcd/test_apps/spi_lcd:
|
|
components/esp_lcd/test_apps/spi_lcd:
|
|
|
|
|
+ depends_components:
|
|
|
|
|
+ - esp_lcd
|
|
|
|
|
+ depends_filepatterns:
|
|
|
|
|
+ - components/driver/spi/**/*
|
|
|
disable:
|
|
disable:
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|