mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
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
|
|
|
|
components/driver/test_apps/i2s_test_apps:
|
|
disable:
|
|
- if: SOC_I2S_SUPPORTED != 1
|
|
|
|
components/driver/test_apps/i2s_test_apps/i2s_tdm:
|
|
disable:
|
|
- if: SOC_I2S_SUPPORTS_TDM != 1
|
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac:
|
|
disable:
|
|
- if: SOC_I2S_SUPPORTS_ADC_DAC != 1
|
|
|
|
components/driver/test_apps/legacy_mcpwm_driver:
|
|
disable:
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
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
|
|
|
|
components/driver/test_apps/mcpwm:
|
|
disable:
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
components/driver/test_apps/pulse_cnt:
|
|
disable:
|
|
- if: SOC_PCNT_SUPPORTED != 1
|
|
|
|
components/driver/test_apps/rmt:
|
|
disable:
|
|
- if: SOC_RMT_SUPPORTED != 1
|
|
|
|
components/driver/test_apps/sdm:
|
|
disable:
|
|
- if: SOC_SDM_SUPPORTED != 1
|
|
|
|
components/driver/test_apps/temperature_sensor:
|
|
disable:
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
|
|
|
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
|