docs: provide more information about ESP32-C3 GPIO0~GPIO5 which can be used to wake up the chip from Deep-sleep mode

This commit is contained in:
Wang Fang
2023-04-19 16:33:19 +08:00
parent 852c60fee0
commit 719b75da9b
8 changed files with 29 additions and 23 deletions

View File

@@ -114,6 +114,6 @@
- Strapping 管脚GPIO2、GPIO8、和 GPIO9 Strapping 管脚。更多信息请参考 `ESP32-C3 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- SPI0/1GPIO12-17 通常用于 SPI flash PSRAM不推荐用于其他用途。
- USB-JTAGGPIO18 GPIO19 默认用于 USB-JTAG。用做 GPIO 时驱动程序将禁用 USB-JTAG。
- RTCGPIO0-5 以在 Deep-sleep 模式时使用
- RTCGPIO0-5 用于将芯片从 Deep-sleep 模式中唤醒,其他 GPIO 仅能将芯片从 Light-sleep 模式中唤醒。更多信息请参考 :ref:`唤醒源<api-reference-wakeup-source>` 章节
---