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
+3 -1
View File
@@ -73,7 +73,9 @@ In addition, if you would like to dump the configurations of all IOs, you can us
If an IO pin is routed to a peripheral signal through the GPIO matrix, the signal ID printed in the dump information is defined in the :component_file:`soc/{IDF_TARGET_PATH_NAME}/include/soc/gpio_sig_map.h` header file. The word ``**RESERVED**`` indicates the IO is occupied by either SPI flash or PSRAM. It is strongly not recommended to reconfigure them for other application purposes.
.. only:: esp32c3 or esp32c6 or esp32h2 or esp32p4 or esp32s2 or esp32s3
Do not rely on the default configurations values in the Technical Reference Manual, because it may be changed in the bootloader or application startup code before app_main.
.. only:: esp32c3 or esp32c6 or esp32h2 or esp32p4 or esp32s2 or esp32s3 or esp32c5
Configure USB PHY Pins to GPIO
-------------------------------