2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-03-07 12:09:07 +08:00
|
|
|
components/driver/test_apps/analog_comparator:
|
|
|
|
disable:
|
|
|
|
- if: SOC_ANA_CMPR_SUPPORTED != 1
|
2023-07-31 10:43:54 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported yet
|
2023-03-07 12:09:07 +08:00
|
|
|
|
2022-05-24 17:26:36 +08: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-08-17 10:45:23 +08:00
|
|
|
components/driver/test_apps/gpio_extensions:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported yet # TODO: IDF-7551
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2023-01-05 19:34:05 +08:00
|
|
|
components/driver/test_apps/gptimer:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
components/driver/test_apps/i2c_test_apps:
|
|
|
|
disable:
|
2023-08-18 12:05:16 +08:00
|
|
|
- if: SOC_I2C_SUPPORTED != 1 # TODO: IDF-8070
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
components/driver/test_apps/i2s_test_apps:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-08-02 19:21:54 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-01-19 14:47:44 +08:00
|
|
|
components/driver/test_apps/i2s_test_apps/i2s:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-08-02 19:21:54 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-02-22 19:44:15 +08:00
|
|
|
|
2023-07-21 11:58:03 +08:00
|
|
|
components/driver/test_apps/i2s_test_apps/i2s_multi_dev:
|
2022-09-01 12:25:26 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-07-21 11:58:03 +08:00
|
|
|
- if: SOC_I2S_HW_VERSION_2 != 1
|
2023-08-02 19:21:54 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-09-01 12:25:26 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTS_ADC_DAC != 1
|
|
|
|
|
2022-11-24 19:42:59 +08:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-08-02 19:21:54 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-11-24 19:42:59 +08:00
|
|
|
|
2022-12-20 19:39:36 +08:00
|
|
|
components/driver/test_apps/ledc:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LEDC_SUPPORTED != 1
|
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
components/driver/test_apps/legacy_adc_driver:
|
|
|
|
disable:
|
2022-12-05 16:01:34 +08:00
|
|
|
- if: SOC_ADC_SUPPORTED != 1
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
components/driver/test_apps/legacy_i2c_driver:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported yet # TODO: IDF-8070
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-05-28 17:03:05 +08:00
|
|
|
components/driver/test_apps/legacy_mcpwm_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
|
2022-07-13 10:34:02 +08: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 19:34:05 +08:00
|
|
|
components/driver/test_apps/legacy_timer_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
|
|
|
2022-05-28 17:03:05 +08:00
|
|
|
components/driver/test_apps/mcpwm:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
|
|
|
|
2022-12-06 11:57:43 +08:00
|
|
|
components/driver/test_apps/parlio:
|
|
|
|
disable:
|
|
|
|
- if: SOC_PARLIO_SUPPORTED != 1
|
2023-08-07 19:31:10 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runner
|
2022-12-06 11:57:43 +08:00
|
|
|
|
2022-07-13 10:34:02 +08: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 17:52:06 +08:00
|
|
|
components/driver/test_apps/rs485:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: target(s) is not supported yet # TODO: IDF-6511
|
2022-11-10 17:52:06 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-11-14 11:34:21 +08:00
|
|
|
components/driver/test_apps/sdio:
|
|
|
|
disable:
|
|
|
|
- if: SOC_SDIO_SLAVE_SUPPORTED != 1
|
2023-01-06 16:17:16 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
2022-11-14 11:34:21 +08:00
|
|
|
temporary: true
|
2023-01-06 16:17:16 +08:00
|
|
|
reason: lack of runners
|
2022-11-14 11:34:21 +08:00
|
|
|
|
2023-01-10 13:59:46 +08:00
|
|
|
components/driver/test_apps/spi/master:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
components/driver/test_apps/spi/param:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
2023-08-31 19:16:48 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: target(s) is not supported yet # TODO: IDF-7503
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2023-01-10 13:59:46 +08:00
|
|
|
components/driver/test_apps/spi/slave:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
2023-08-31 19:16:48 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: target(s) is not supported yet # TODO: IDF-7503 slave support
|
|
|
|
|
|
|
|
components/driver/test_apps/spi/slave_hd:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
|
|
|
- if: SOC_SPI_SUPPORT_SLAVE_HD_VER2 != 1
|
2023-01-10 13:59:46 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
components/driver/test_apps/temperature_sensor:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
2022-08-02 19:01:40 +08: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 17:39:13 +08:00
|
|
|
|
|
|
|
components/driver/test_apps/twai:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TWAI_SUPPORTED != 1
|
2023-08-17 10:45:23 +08:00
|
|
|
|
|
|
|
components/driver/test_apps/uart:
|
|
|
|
disable:
|
2023-08-18 12:05:16 +08:00
|
|
|
- if: SOC_UART_SUPPORTED != 1
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: target(s) is not supported yet # TODO: IDF-6511
|
2023-09-26 16:04:25 +08:00
|
|
|
|
|
|
|
components/driver/test_apps/usb_serial_jtag:
|
|
|
|
disable:
|
|
|
|
- if: SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/gpio/**/*
|
|
|
|
- components/driver/usb_serial_jtag/**/*
|
|
|
|
depends_components:
|
|
|
|
- hal
|
|
|
|
- esp_hw_support # for clock
|
|
|
|
- vfs
|