mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
355 B
YAML
11 lines
355 B
YAML
components/esp_driver_touch_sens/test_apps/touch_sens:
|
|
disable:
|
|
- if: SOC_TOUCH_SENSOR_VERSION != 3
|
|
temporary: currently driver ng only support version 3
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: the runners do not support the pins for touch sensor
|
|
depends_components:
|
|
- esp_driver_touch_sens
|