esp-idf/components/esp_adc/test_apps/adc/main
Armando bb074904b4 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 12:07:38 +08:00
..
CMakeLists.txt esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
test_adc2_wifi.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
test_adc_driver_iram.c esp_adc: improve adc continuous iram test aim 2022-10-12 11:32:04 +08:00
test_adc_driver.c esp_adc: add adc ulp mode disable enum 2022-08-23 10:48:15 +08:00
test_adc_performance.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
test_adc.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08: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: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.h esp_adc: added comments to c3 test thresh, also sync to legacy tests 2022-09-27 12:19:36 +08:00