From 73058bfca032bcca188fa753d21d3b59d85ff50a Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Mon, 16 Jun 2025 13:23:23 +0200 Subject: [PATCH] docs(usb): Update ESP32-P4 USB pins to MP version Closes https://github.com/espressif/esp-idf/issues/16136 --- examples/peripherals/usb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/usb/README.md b/examples/peripherals/usb/README.md index b7bbe88360..30a6320fe7 100644 --- a/examples/peripherals/usb/README.md +++ b/examples/peripherals/usb/README.md @@ -22,7 +22,7 @@ ESP BOARD USB CONNECTOR (type A) | | USB_DP | USB_DM | | ------------ | ------ | ------ | | ESP32-S2/S3 | GPIO20 | GPIO19 | -| ESP32-P4 2.0 | pin 51 | pin 50 | +| ESP32-P4 2.0 | pin 50 | pin 49 | | ESP32-P4 1.1 | GPIO27 | GPIO26 | > Note: On the ESP32-P4, the USB 2.0 PHY pins are dedicated to USB-OTG functionality and cannot be used as general-purpose GPIOs.