esp-idf/components/driver/test_apps
Armando ded528e188 adc: no longer support adc2 oneshot mode on esp32c3
Due to HW limitation, we don't support this anymore. On c3, ADC2 under oneshot mode is not stable.

However, you can enable CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 to force use
ADC2.

Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2022-12-16 02:06:03 +00:00
..
components build: Adds support for universal Clang toolchain 2022-11-23 13:25:16 +03:00
dac_test_apps dac: update API and file format aligning to the rule 2022-11-03 13:04:50 +08:00
gpio gpio_filter: Fix test case fail on esp32c6 due to slow io_mux clock compare to 160MHz cpu clock. 2022-12-13 19:18:34 +08:00
gptimer ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
i2s_test_apps Merge branch 'ci/enable_esp32c6_target_test_stage' into 'master' 2022-11-29 19:54:05 +08:00
legacy_adc_driver adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
legacy_mcpwm_driver ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
legacy_pcnt_driver freertos-smp: Fix legacy_pcnt_driver for FreeRTOS SMP config 2022-06-22 13:19:34 +02:00
legacy_rmt_driver ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
legacy_rtc_temp_driver ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
legacy_timer_driver ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
mcpwm ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
pulse_cnt ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
rmt ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
rs485 test: move rs485 test to test_app 2022-11-11 16:59:40 +08:00
sdio example/sdio: add support for ESP32-S3 as host (via SD) 2022-11-21 14:03:41 +08:00
sdm ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
spi test: enable multi-board test of spi for c6 2022-12-07 11:37:48 +08:00
temperature_sensor ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
touch_sensor_v1 touch_senser: fixed ci issue timer expired after it is deleted 2022-09-05 18:25:32 +08:00
touch_sensor_v2 touch_sensor: fix touch_sensor_v1 filter issue 2022-08-23 07:34:51 +00:00
twai twai: add initial version of driver component test 2022-11-04 17:40:29 +08:00
uart test: move uart test to test_app 2022-11-11 16:59:40 +08:00