docs(gpio): fix wrong psram support information

PSRAM is NOT supported on esp32c3, but IS supported on esp32c5 and
esp32c61
This commit is contained in:
morris
2025-02-26 10:23:18 +08:00
parent 0461e2ff88
commit 3dc8c0f3cb
6 changed files with 6 additions and 6 deletions
@@ -112,7 +112,7 @@
.. note::
- Strapping 管脚:GPIO2、GPIO8、和 GPIO9 Strapping 管脚。更多信息请参考 `ESP32-C3 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- SPI0/1GPIO12 ~ GPIO17 通常用于 SPI flash PSRAM,不推荐用于其他用途。
- SPI0/1GPIO12 ~ GPIO17 通常用于 SPI flash,不推荐用于其他用途。
- USB-JTAGGPIO18 GPIO19 默认用于 USB-JTAG。如果将它们配置为普通 GPIO,驱动程序将禁用 USB-JTAG 功能。
- RTCGPIO0 ~ GPIO5 可用于将芯片从 Deep-sleep 模式中唤醒,其他 GPIO 仅能将芯片从 Light-sleep 模式中唤醒。更多信息请参考 :ref:`唤醒源<api-reference-wakeup-source>` 章节。
@@ -170,7 +170,7 @@
.. note::
- Strapping 管脚:GPIO2、GPIO7、GPIO27 GPIO28 Strapping 管脚。更多信息请参考 `ESP32-C5 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- SPI0/1GPIO16 ~ GPIO22 通常用于 SPI flash,不推荐用于其他用途。
- SPI0/1GPIO16 ~ GPIO22 通常用于 SPI flash PSRAM,不推荐用于其他用途。
- USB-JTAGGPIO13 GPIO14 默认用于 USB-JTAG。如果将它们配置为普通 GPIO,驱动程序将禁用 USB-JTAG 功能。
---
@@ -150,7 +150,7 @@
.. note::
- 其中一些管脚被用作 Strapping 管脚,可用于选择加载芯片的启动模式等。详细信息请见 `ESP32-C61 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_ > ``Strapping 管脚``
- SPI0/1GPIO14 ~ GPIO17 GPIO19 ~ GPIO21 通常用于 SPI flash,不推荐用于其他用途。
- SPI0/1GPIO14 ~ GPIO17 GPIO19 ~ GPIO21 通常用于 SPI flash PSRAM,不推荐用于其他用途。
- USB-JTAGGPIO12 GPIO13 默认用于 USB-JTAG。如果将它们配置为普通 GPIO,驱动程序将禁用 USB-JTAG 功能。
---