2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-03-06 23:09:07 -05:00
|
|
|
components/driver/test_apps/analog_comparator:
|
|
|
|
disable:
|
|
|
|
- if: SOC_ANA_CMPR_SUPPORTED != 1
|
|
|
|
|
2022-05-24 05:26:36 -04:00
|
|
|
components/driver/test_apps/dac_test_apps/dac:
|
|
|
|
disable:
|
|
|
|
- if: SOC_DAC_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/dac_test_apps/legacy_dac_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_DAC_SUPPORTED != 1
|
|
|
|
|
2023-01-05 06:34:05 -05:00
|
|
|
components/driver/test_apps/gptimer:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/i2s_test_apps:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
|
|
|
|
2023-01-19 01:47:44 -05:00
|
|
|
components/driver/test_apps/i2s_test_apps/i2s:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-02-22 06:44:15 -05:00
|
|
|
|
2023-07-20 23:58:03 -04:00
|
|
|
components/driver/test_apps/i2s_test_apps/i2s_multi_dev:
|
2022-09-01 00:25:26 -04:00
|
|
|
disable:
|
2023-07-20 23:58:03 -04:00
|
|
|
- if: SOC_I2S_HW_VERSION_2 != 1
|
2022-09-01 00:25:26 -04:00
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTS_ADC_DAC != 1
|
|
|
|
|
2022-11-24 06:42:59 -05:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
|
|
|
|
2022-12-20 06:39:36 -05:00
|
|
|
components/driver/test_apps/ledc:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LEDC_SUPPORTED != 1
|
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
components/driver/test_apps/legacy_adc_driver:
|
|
|
|
disable:
|
2022-12-05 03:01:34 -05:00
|
|
|
- if: SOC_ADC_SUPPORTED != 1
|
2022-10-27 06:55:07 -04:00
|
|
|
|
2022-05-28 05:03:05 -04:00
|
|
|
components/driver/test_apps/legacy_mcpwm_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/legacy_pcnt_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_PCNT_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/legacy_rmt_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_RMT_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/legacy_rtc_temp_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
|
|
|
|
2023-01-05 06:34:05 -05:00
|
|
|
components/driver/test_apps/legacy_timer_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
|
|
|
2022-05-28 05:03:05 -04:00
|
|
|
components/driver/test_apps/mcpwm:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
|
2022-12-05 22:57:43 -05:00
|
|
|
components/driver/test_apps/parlio:
|
|
|
|
disable:
|
|
|
|
- if: SOC_PARLIO_SUPPORTED != 1
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/pulse_cnt:
|
|
|
|
disable:
|
|
|
|
- if: SOC_PCNT_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/rmt:
|
|
|
|
disable:
|
|
|
|
- if: SOC_RMT_SUPPORTED != 1
|
|
|
|
|
2022-11-10 04:52:06 -05:00
|
|
|
components/driver/test_apps/rs485:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-11-13 22:34:21 -05:00
|
|
|
components/driver/test_apps/sdio:
|
|
|
|
disable:
|
|
|
|
- if: SOC_SDIO_SLAVE_SUPPORTED != 1
|
2023-01-06 03:17:16 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
2022-11-13 22:34:21 -05:00
|
|
|
temporary: true
|
2023-01-06 03:17:16 -05:00
|
|
|
reason: lack of runners
|
2022-11-13 22:34:21 -05:00
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
components/driver/test_apps/spi/master:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/spi/slave:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/temperature_sensor:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
2022-08-02 07:01:40 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/touch_sensor_v1:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TOUCH_VERSION_1 != 1
|
|
|
|
|
|
|
|
components/driver/test_apps/touch_sensor_v2:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TOUCH_VERSION_2 != 1
|
2022-10-27 05:39:13 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/twai:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TWAI_SUPPORTED != 1
|