mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(gpio): add support for ESP32P4
This commit is contained in:
@@ -62,11 +62,11 @@ The table below provides more information on pin usage, and please note the comm
|
||||
- Strapping pin, RTC
|
||||
|
||||
* - GPIO10
|
||||
- Analog comparator reference voltage
|
||||
- ANA_CMPR_CH0 reference voltage
|
||||
- RTC
|
||||
|
||||
* - GPIO11
|
||||
- Analog comparator input (non-inverting)
|
||||
- ANA_CMPR_CH0 input (non-inverting)
|
||||
- RTC
|
||||
|
||||
* - GPIO12
|
||||
@@ -139,7 +139,6 @@ The table below provides more information on pin usage, and please note the comm
|
||||
- SPI0/1: GPIO15-21 are usually used for SPI flash and not recommended for other uses.
|
||||
- USB-Serial-JTAG: GPIO 26 and 27 are used by USB-Serial-JTAG by default. In order to use them as GPIOs, USB-Serial-JTAG will be disabled by the drivers.
|
||||
- For chip variants with an SiP flash built in, GPIO15 ~ GPIO21 are dedicated to connecting the SiP flash and are not fan-out to the external pins. In addition, GPIO6 ~ GPIO7 are also not fan-out to the external pins. In conclusion, only GPIO0~ GPIO5, GPIO8~ GPIO14, GPIO22~ GPIO27 are available to users.
|
||||
- For chip variant without SiP flash, apart from the flash IOs mentioned above, GPIO22 is not fan-out to the external pin, thus they're not available to users.
|
||||
- RTC: GPIO7-14 can be used to wake up the chip from Deep-sleep mode. Other GPIOs can only wake up the chip from Light-sleep mode. For more information, please refer to Section :ref:`Wakeup Sources<api-reference-wakeup-source>`.
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user