esp-idf/components/esp_adc
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
..
deprecated esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
esp32 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32c2/include esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32c3 esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
esp32h2/include esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32s2 esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
esp32s3 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
include esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
interface esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_apps/adc adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
adc_cali_curve_fitting.c esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
adc_cali.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
adc_common.c esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
adc_continuous.c adc: no longer support adc2 continuous mode on esp32c3 and esp32s3 2022-12-16 12:07:38 +08:00
adc_lock.c esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
adc_oneshot.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
CMakeLists.txt esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
curve_fitting_coefficients.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
linker.lf esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00