Merge branch 'feat/esp32c61_adc_support' into 'master'

ADC: support ADC oneshot and continuous mode on ESP32C61

Closes IDF-9302 and IDF-9304

See merge request espressif/esp-idf!32907
This commit is contained in:
Gao Xu
2024-11-11 10:22:47 +08:00
32 changed files with 1189 additions and 86 deletions

View File

@@ -3,7 +3,7 @@ Analog to Digital Converter (ADC) Continuous Mode Driver
:link_to_translation:`zh_CN:[中文]`
{IDF_TARGET_ADC_NUM:default="two", esp32c2="one", esp32c6="one", esp32h2="one", esp32c5="one"}
{IDF_TARGET_ADC_NUM:default="two", esp32c2="one", esp32c6="one", esp32h2="one", esp32c5="one", esp32c61="one"}
Introduction
------------

View File

@@ -23,7 +23,7 @@ The table below provides more information on pin usage, and please note the comm
- Comments
* - GPIO0
- ADC2_CH0
-
- LP_GPIO0
-
@@ -53,7 +53,7 @@ The table below provides more information on pin usage, and please note the comm
-
* - GPIO6
- ADC1_CH5
-
- LP_GPIO6
-