esp-idf/components/esp_adc
Armando b4c90c44d2 adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous  mode is not stable.

However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 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
..
deprecated esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
esp32
esp32c2 esp_adc: make c2 atten0 calibration experimental 2022-10-13 21:03:51 +08:00
esp32c3 esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
esp32c6/include esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
esp32h4/include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
esp32s2 esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
esp32s3
include esp_adc: remove blank file 2022-10-10 11:46:05 +08:00
interface
test_apps/adc esp_adc: added esp32c2 adc runners 2022-10-17 16:23:22 +08:00
.build-test-rules.yml ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
CMakeLists.txt ESP32-H2: Introduce new target for ESP32H2 2022-11-23 14:38:05 +08:00
Kconfig adc: no longer support adc2 continuous mode on esp32c3 and esp32s3 2022-12-16 02:06:03 +00:00
adc_cali.c
adc_cali_curve_fitting.c esp_adc: replace hardcoded calibration version to a macro 2022-10-13 21:03:51 +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 02:06:03 +00:00
adc_oneshot.c esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
curve_fitting_coefficients.h
linker.lf