feat(gpio): update gpio docs on ESP32C5 MP version

This commit is contained in:
gaoxu
2024-04-24 17:18:58 +08:00
parent 605f2309bf
commit 3db559ab21
7 changed files with 55 additions and 36 deletions
@@ -73,7 +73,9 @@ GPIO 驱动提供了一个函数 :cpp:func:`gpio_dump_io_configuration` 用来
如果 IO 管脚通过 GPIO 交换矩阵连接到内部外设信号,输出信息打印中的外设信号 ID 定义可以在 :component_file:`soc/{IDF_TARGET_PATH_NAME}/include/soc/gpio_sig_map.h` 头文件中查看。``**RESERVED**`` 字样则表示此 IO 用于连接 SPI flash 或 PSRAM,强烈建议不要重新配置这些管脚用于其他功能。
.. only:: esp32c3 or esp32c6 or esp32h2 or esp32p4 or esp32s2 or esp32s3
请不要依赖技术参考手册中记录的GPIO默认配置状态,因为特殊用途的GPIO可能会在app_main之前被引导程序或应用程序启动阶段的代码更改。
.. only:: esp32c3 or esp32c6 or esp32h2 or esp32p4 or esp32s2 or esp32s3 or esp32c5
配置 USB PHY 管脚 为普通 GPIO 管脚
---------------------------------------