|
@@ -146,12 +146,16 @@ Sometimes the USB-to-UART bridge is external. This is often used in small develo
|
|
|
|
|
|
|
|
The USB on the {IDF_TARGET_NAME} uses the **{IDF_TARGET_USB_PIN_DP}** for **D+** and **{IDF_TARGET_USB_PIN_DM}** for **D-**.
|
|
The USB on the {IDF_TARGET_NAME} uses the **{IDF_TARGET_USB_PIN_DP}** for **D+** and **{IDF_TARGET_USB_PIN_DM}** for **D-**.
|
|
|
|
|
|
|
|
- .. only:: SOC_USB_SERIAL_JTAG_SUPPORTED
|
|
|
|
|
|
|
+ .. only:: SOC_USB_SERIAL_JTAG_SUPPORTED and not esp32s3
|
|
|
|
|
|
|
|
.. note:: The {IDF_TARGET_NAME} supports only *USB CDC and JTAG*.
|
|
.. note:: The {IDF_TARGET_NAME} supports only *USB CDC and JTAG*.
|
|
|
|
|
|
|
|
If you are flashing for the first time, you need to get the {IDF_TARGET_NAME} into the download mode manually. To do so, press and hold the ``BOOT`` button and then press the ``RESET`` button once. After that release the ``BOOT`` button.
|
|
If you are flashing for the first time, you need to get the {IDF_TARGET_NAME} into the download mode manually. To do so, press and hold the ``BOOT`` button and then press the ``RESET`` button once. After that release the ``BOOT`` button.
|
|
|
|
|
|
|
|
|
|
+ .. only:: esp32s3
|
|
|
|
|
+
|
|
|
|
|
+ If you are flashing for the first time, you need to get the {IDF_TARGET_NAME} into the download mode manually. To do so, press and hold the ``BOOT`` button and then press the ``RESET`` button once. After that release the ``BOOT`` button.
|
|
|
|
|
+
|
|
|
.. only:: esp32s2
|
|
.. only:: esp32s2
|
|
|
|
|
|
|
|
After flashing the binaries, a manual reset is needed.
|
|
After flashing the binaries, a manual reset is needed.
|