2022-10-27 18:55:07 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_adc/test_apps/adc:
|
|
|
|
disable:
|
2022-12-05 16:01:34 +08:00
|
|
|
- if: SOC_ADC_SUPPORTED != 1
|
2023-07-05 11:01:41 +08:00
|
|
|
- if: CONFIG_NAME == "gdma_iram_safe" and IDF_TARGET in ["esp32", "esp32s2", "esp32c2"]
|
2023-10-16 12:48:30 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_adc
|
2023-10-17 12:11:42 +08:00
|
|
|
- esp_driver_gpio
|
2023-11-07 21:06:07 +08:00
|
|
|
- esp_driver_i2s # ADC continuous driver relies on I2S on ESP32
|
2023-10-16 12:48:30 +08:00
|
|
|
- efuse
|
2023-11-07 21:06:07 +08:00
|
|
|
- esp_driver_spi # ADC continuous driver relies on SPI on ESP32S2
|
2024-01-05 12:01:28 +08:00
|
|
|
- esp_driver_tsens
|