Merge branch 'feature/esp32c5_eco2_gpio_update' into 'master'

feat(gpio): esp32c5 eco2 gpio update

Closes IDF-12653, IDF-12710, and IO22-24

See merge request espressif/esp-idf!38358
This commit is contained in:
morris
2025-04-21 14:29:51 +08:00
24 changed files with 4834 additions and 6575 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.

View File

@@ -59,7 +59,7 @@
* - GPIO7
-
- LP_GPIO7
-
- Strapping 管脚
* - GPIO8
@@ -150,7 +150,7 @@
* - GPIO25
-
-
-
- Strapping 管脚
* - GPIO26
-
@@ -169,7 +169,7 @@
.. note::
- Strapping 管脚GPIO2、GPIO7、GPIO27 GPIO28 Strapping 管脚。更多信息请参考 `ESP32-C5 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- Strapping 管脚GPIO2、GPIO7、GPIO25、GPIO27 GPIO28 Strapping 管脚。更多信息请参考 `ESP32-C5 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- SPI0/1GPIO16 ~ GPIO22 通常用于 SPI flash PSRAM不推荐用于其他用途。
- USB-JTAGGPIO13 GPIO14 默认用于 USB-JTAG。如果将它们配置为普通 GPIO驱动程序将禁用 USB-JTAG 功能。