fix(gpio): IO7 is not a LP IO anymore on C5 ECO2 chip

This commit is contained in:
Song Ruo Jing
2025-04-10 18:08:37 +08:00
parent 0f1fd5a20c
commit ec5176e95a
21 changed files with 4822 additions and 6563 deletions

View File

@@ -59,7 +59,7 @@ The table below provides more information on pin usage, and please note the comm
* - GPIO7
-
- LP_GPIO7
-
- Strapping pin
* - GPIO8
@@ -150,7 +150,7 @@ The table below provides more information on pin usage, and please note the comm
* - GPIO25
-
-
-
- Strapping pin
* - GPIO26
-
@@ -169,7 +169,7 @@ The table below provides more information on pin usage, and please note the comm
.. note::
- Strapping pin: GPIO2, GPIO7, GPIO27, and GPIO28 are strapping pins. For more information, please refer to `datasheet <{IDF_TARGET_DATASHEET_EN_URL}>`__.
- Strapping pin: GPIO2, GPIO7, GPIO25, GPIO27, and GPIO28 are strapping pins. For more information, please refer to `datasheet <{IDF_TARGET_DATASHEET_EN_URL}>`__.
- SPI0/1: GPIO16 ~ GPIO22 are usually used for SPI flash and PSRAM, they're not recommended for other uses.
- USB-JTAG: GPIO13 and GPIO14 are used by USB-JTAG by default. If they are reconfigured to operate as normal GPIOs, USB-JTAG functionality will be disabled.