2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/driver/test_apps/i2s_test_apps:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
|
|
|
|
2022-09-01 00:25:26 -04:00
|
|
|
components/driver/test_apps/i2s_test_apps/i2s_tdm:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTS_TDM != 1
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32s3"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
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-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
|
|
|
|
|
2022-05-28 05:03:05 -04:00
|
|
|
components/driver/test_apps/mcpwm:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_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-06-22 04:34:13 -04:00
|
|
|
components/driver/test_apps/sdm:
|
|
|
|
disable:
|
|
|
|
- if: SOC_SDM_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
|