Merge branch 'fix/correct_adc_periph_num_on_c2' into 'master'

fix(adc): fix ESP32-C2/P4 wrong adc periph num

See merge request espressif/esp-idf!40542
This commit is contained in:
Gao Xu
2025-08-03 14:45:23 +08:00
3 changed files with 12 additions and 15 deletions

View File

@@ -268,32 +268,32 @@ The table below provides more information on pin usage, and please note the comm
-
* - GPIO49
- ADC1_CH8
- ADC2_CH0
-
-
* - GPIO50
- ADC1_CH9
- ADC2_CH1
-
-
* - GPIO51
- ADC1_CH10, ANA_CMPR_CH0 reference voltage
- ADC2_CH2, ANA_CMPR_CH0 reference voltage
-
-
* - GPIO52
- ADC1_CH11, ANA_CMPR_CH0 input (non-inverting)
- ADC2_CH3, ANA_CMPR_CH0 input (non-inverting)
-
-
* - GPIO53
- ADC1_CH12, ANA_CMPR_CH1 reference voltage
- ADC2_CH4, ANA_CMPR_CH1 reference voltage
-
-
* - GPIO54
- ADC1_CH13, ANA_CMPR_CH1 input (non-inverting)
- ADC2_CH5, ANA_CMPR_CH1 input (non-inverting)
-
-