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
Copy file name to clipboardExpand all lines: docs/en/installation.rst
+48-15Lines changed: 48 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Configuring and installing the Espressif-IDE involves two main steps:
5
5
6
6
1. :ref:`Downloading and Installing the Espressif-IDE <esp-idf-installation>`
7
7
2. :ref:`Installing the ESP-IDF and related tools within the Espressif-IDE <esp-idf-tools-installation>`
8
+
3. :ref:`Migrating old workspace to new <esp-idf-tools-migration>`
8
9
9
10
.. note::
10
11
For Eclipse CDT users who prefer installing the ESP-IDF Eclipse Plugin via the `Update site <https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/>`_, please refer to the :ref:`Update Site Installation Guide <marketplaceupdate>`.
@@ -15,6 +16,11 @@ Espressif-IDE Installation
15
16
16
17
To begin, navigate to the section corresponding to your operating system below and follow the provided instructions to install the Espressif-IDE.
17
18
19
+
Please note that the Espressif-IDE requires that
20
+
you install ESP-IDF via Espressif Installation Manager (EIM) to manage the ESP-IDF versions and tools.
21
+
For detailed documentation on using the Espressif Installation Manager (EIM),
22
+
please refer to the official guide `here <https://docs.espressif.com/projects/idf-im-ui/en/latest/>`_.
23
+
18
24
Windows
19
25
~~~~~~~~
20
26
.. note::
@@ -26,41 +32,68 @@ macOS/Linux
26
32
~~~~~~~~~~~~
27
33
Download the Espressif-IDE for your respective operating system from the :ref:`download section <downloads>`. After downloading, launch the IDE and proceed to :ref:`install the necessary ESP-IDF and related tools <esp-idf-tools-installation>`. Please ensure that Java, Python, and Git are installed as prerequisites and are available in the system path before launching the IDE.
28
34
29
-
ESP-IDF and Tools Installation
30
-
-------------------------------
35
+
ESP-IDF and Tools Installation (New Workspace)
36
+
----------------------------------------------
31
37
.. _esp-idf-tools-installation:
32
38
33
-
The Espressif-IDE provides a tool manager to install and manage ESP-IDF and related tools. Please follow the instructions below for installing ESP-IDF in the Espressif-IDE.
39
+
The Espressif-IDE provides a Tool Manager view that allows you to activate available ESP-IDF versions and manage related tools. To install the ESP-IDF and its tools, first download the Espressif Installation Manager (EIM) from the following `link <https://dl.espressif.com/dl/eim/>`_.
40
+
41
+
42
+
After downloading and launching EIM, follow the on-screen instructions to install the required ESP-IDF version and associated tools. Once the installation is complete, you can use the ESP-IDF Manager within the IDE to activate the installed ESP-IDF version in the workspace.
43
+
The Espressif-IDE allows you to download and launch the EIM directly from the IDE, making it easier to manage your ESP-IDF versions and tools. If you are coming trying to open the workspace from and older version of Espressif-IDE you will be prompted to convert the older configuration to use with EIM.
44
+
45
+
Follow these steps inside the Espressif-IDE to install the ESP-IDF and related tools:
34
46
35
47
1. Go to ``Espressif > ESP-IDF Manager``. The following editor will open:
2. Click on the ``Launch EIM`` or ``Download & Launch EIM`` button if you have not already downloaded and installed EIM.
42
52
43
-
From the screen shown above, you can choose an already downloaded ESP-IDF directory or select and download directly from the given dialog. The ``Git`` and ``Python`` tools must be installed, and if they are configured in the system PATH, they will be preloaded in the view. If not, you can browse to the directory and select the proper executables.
53
+
You will see the progress of download and installation in the console. Once the EIM is launched, you can use it to install the ESP-IDF and related tools.
44
54
45
-
3. Click on ``Finish``, which will be enabled after all paths and executables are properly configured.
55
+
3. Once you close the EIM your ESP-IDF Manager editor will be updated with the latest information about the ESP-IDF versions and tools available.
46
56
47
57
.. note::
48
-
Please note that the python executable is not the one from the virtual environment created from the installation of the ESP-IDF via other means like from CLI. If you are selecting an already installed ESP-IDF directory IDE will automatically pick up the python once you have installed the tools
58
+
Please note that the EIM will be the only tool going forward to manage the ESP-IDF versions and tools. The previous versions of the Espressif-IDE used to manage tools internally but now the only point of entry into the ESP-IDF will be through the EIM.
49
59
50
-
After you have clicked ``Finish``, you will see the progress in the console for the tools getting installed. Once the installation is done, and if this is the very first set of ESP-IDF installed in the IDE, it will be activated as well. You will see a similar entry in the editor for ESP-IDF Manager:
60
+
After the EIM is closed the ESP-IDF Manager editor will be updated with the latest information about the ESP-IDF versions and tools available.:
You can add as many versions of ESP-IDF as you want, but only one version can be set as active, and that version will be used to compile and index projects in your workspace. This feature helps you switch between versions in the workspace easily.
64
+
You can add as many versions of ESP-IDF as you want via EIM, but only one version can be set as active, and that version will be used to compile and index projects in your workspace. This feature helps you switch between versions in the workspace easily.
55
65
56
-
Let's take a look at how multiple versions will look. Follow the same steps as before to add another ESP-IDF version to the IDE.
66
+
To activate any specific version, simply click on the radio button next to it in the ``Active`` column.
The refresh button in the last column for the active ESP-IDF version can be used to reload any changes in the ESP-IDF directory you made.
59
69
60
-
To activate any specific version, simply click on the radio button next to it in the ``Active`` column.
70
+
.. note::
71
+
Any manual changes made to the ESP-IDF directory will not be reflected in the IDE until you refresh the active ESP-IDF version using the refresh button but if you made any changes to the installation of ESP-IDF using the EIM, those changes will be detected and a popup message will be shown to you to update the ESP-IDF version in the IDE.
0 commit comments