esp-idf/components/esp_adc/test_apps/adc/main
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
..
CMakeLists.txt Merge branch 'bugfix/remove_esp_adc_wno_flag' into 'master' 2022-08-26 22:32:24 +08:00
test_adc2_wifi.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
test_adc_driver_iram.c esp_adc: improve adc continuous iram test aim 2022-10-09 02:35:22 +00:00
test_adc_driver.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc_performance.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
test_adc.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
test_app_main.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.c esp_adc: refacotr tests for all supported attenuations 2022-10-13 21:03:51 +08:00
test_common_adc.h esp_adc: add esp32c2 adc high/low test threshold and expected val 2022-10-13 21:03:51 +08:00