|
|
@@ -8,6 +8,12 @@ components/driver/test_apps/dac_test_apps/legacy_dac_driver:
|
|
|
disable:
|
|
|
- if: SOC_DAC_SUPPORTED != 1
|
|
|
|
|
|
+components/driver/test_apps/gptimer:
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
+
|
|
|
components/driver/test_apps/i2s_test_apps:
|
|
|
disable:
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
|
|
@@ -20,6 +26,14 @@ components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac:
|
|
|
disable:
|
|
|
- if: SOC_I2S_SUPPORTS_ADC_DAC != 1
|
|
|
|
|
|
+components/driver/test_apps/i2s_test_apps/legacy_i2s_driver:
|
|
|
+ disable:
|
|
|
+ - if: SOC_I2S_SUPPORTED != 1
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
+
|
|
|
components/driver/test_apps/legacy_adc_driver:
|
|
|
disable:
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
@@ -29,6 +43,10 @@ components/driver/test_apps/legacy_adc_driver:
|
|
|
components/driver/test_apps/legacy_mcpwm_driver:
|
|
|
disable:
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
|
|
|
components/driver/test_apps/legacy_pcnt_driver:
|
|
|
disable:
|
|
|
@@ -45,9 +63,19 @@ components/driver/test_apps/legacy_rtc_temp_driver:
|
|
|
disable:
|
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
|
|
|
|
|
+components/driver/test_apps/legacy_timer_driver:
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
+
|
|
|
components/driver/test_apps/mcpwm:
|
|
|
disable:
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
|
|
|
components/driver/test_apps/pulse_cnt:
|
|
|
disable:
|
|
|
@@ -56,6 +84,10 @@ components/driver/test_apps/pulse_cnt:
|
|
|
components/driver/test_apps/rmt:
|
|
|
disable:
|
|
|
- if: SOC_RMT_SUPPORTED != 1
|
|
|
+ disable_test:
|
|
|
+ - if: IDF_TARGET == "esp32c6"
|
|
|
+ temporary: true
|
|
|
+ reason: target esp32c6 is not supported yet
|
|
|
|
|
|
components/driver/test_apps/rs485:
|
|
|
disable_test:
|