You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most cases, only two things are required to start debugging an ESP-IDF project:
9
11
10
-
1. Create a debug configuration
11
-
2. Check whether the board in the created configuration corresponds to the board in use.
12
+
1. Create a debug configuration.
13
+
2. Check whether the board specified in the created configuration matches the board you are using.
14
+
15
+
.. note::
12
16
13
-
.. note::
14
17
If you're using Windows, you may need to install drivers using Zadig to run a debug session successfully. For detailed instructions, please refer to this `guide <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-ft2232h-jtag.html#configure-usb-drivers>`_.
15
18
16
19
The fastest way to create a debug configuration is as follows:
`Espressif-IDE with ESP-IDF Windows Offline Installer` is an offline installer that includes all the required components for ESP-IDF application development.
7
9
8
10
The installer deploys the following components:
@@ -15,48 +17,48 @@ The installer deploys the following components:
15
17
- Espressif-IDE
16
18
- Amazon Corretto OpenJDK
17
19
18
-
As Installer bundles, all the required components and tools including stable esp-idf so people behind corporate firewalls can use the whole solution out-of-box. This also configures all the required build environment variables and tool paths as you launch the IDE. All you could do is to get started with your project directly without manually configuring anything. This will give you a big boost to your productivity!
20
+
The installer bundles all the required components and tools, including a stable version of ESP-IDF, so that people working behind corporate firewalls can use the entire solution out of the box. This also configures all the required build environment variables and tool paths as you launch the IDE. All you need to do is start working on your project directly, without manually configuring anything. This will greatly boost your productivity!
19
21
20
22
21
23
Download
22
24
--------
23
25
24
-
You can download the latest version of the installer from `this <https://dl.espressif.com/dl/esp-idf/>`_ and run the installer. You can find installer name with ``Espressif-IDE-3.1.1 with ESP-IDF v5.3.1`` or similar name based on the version of the IDE and the version of the ESP-IDF.
26
+
You can download the latest version of the installer from `this link <https://dl.espressif.com/dl/esp-idf/>`_ and run the installer. The installer name may look like ``Espressif-IDE-3.1.1 with ESP-IDF v5.3.1`` or something similar, depending on the version of the IDE and ESP-IDF.
Read through the product license agreement, and then select `I accept the agreement`. You must accept the product license in order to continue with the installation. Continue by clicking Next.
50
+
Read through the product license agreement, and then select ``I accept the agreement``. You must accept the product license in order to continue with the installation. Continue by clicking ``Next``.
As soon as you launch the Espressif-IDE, it will automatically configure the required environment variables and launch the Welcome page. You can close the Welcome page. You don't need to run any additional install tools from the IDE.
112
+
As soon as you launch the Espressif-IDE, it will automatically configure the required environment variables and launch the Welcome page. You can close the Welcome page; there is no need to run any additional installation tools from the IDE.
0 commit comments