|
1 | 1 | .. _installation:
|
2 | 2 |
|
3 | 3 | Install ESP-IDF and Tools
|
4 |
| -=============================== |
| 4 | +========================= |
5 | 5 |
|
6 |
| -After installing Visual Studio Code you need to install the ESP-IDF extension for Visual Studio Code. |
| 6 | +:link_to_translation:`zh_CN:[中文]` |
7 | 7 |
|
8 |
| -- Navigate to **View** > **Extensions** or keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift+⌘+X` in MacOS. |
| 8 | +After installing Visual Studio Code (VS Code), install the ESP-IDF extension for VS Code. |
9 | 9 |
|
10 |
| -- Search for `ESP-IDF Extension <https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension>`_ from the list of extensions. |
| 10 | +- Navigate to ``View`` > ``Extensions`` or the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift+⌘+X` in macOS. |
11 | 11 |
|
12 |
| -1. Install the ESP-IDF extension. |
| 12 | +- Search for `ESP-IDF <https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension>`_ in the list of extensions. |
13 | 13 |
|
14 |
| -- Navigate to **View** > **Command Palette**. |
| 14 | +1. Install the ESP-IDF extension. |
15 | 15 |
|
16 |
| -- Type **ESP-IDF: Configure ESP-IDF Extension** and select the command to specify to launch the setup wizard. A loading notification will be shown and later the setup wizard will appear. |
| 16 | + - Navigate to ``View`` > ``Command Palette``. |
17 | 17 |
|
18 |
| -.. note:: |
19 |
| - |
20 |
| - * For versions of ``ESP-IDF < 5.0``, spaces are not supported inside configured paths. |
| 18 | + - Type ``ESP-IDF: Configure ESP-IDF Extension`` and select the command to launch the setup wizard. A loading notification will appear, followed by the setup wizard. |
21 | 19 |
|
22 |
| -.. image:: ../../media/tutorials/setup/select-mode.png |
| 20 | + .. note:: |
23 | 21 |
|
24 |
| -2. Choose **Express** and select the download server: |
| 22 | + For versions of ESP-IDF < 5.0, spaces are not supported in configured paths. |
25 | 23 |
|
26 |
| -- **Espressif**: Faster speed in China using Espressif Download servers links. |
27 |
| -- **Github**: Using github releases links. |
| 24 | + .. image:: ../../media/tutorials/setup/select-mode.png |
28 | 25 |
|
29 |
| -3. Pick an ESP-IDF version to download or use the ``Find ESP-IDF in your system`` option to search for existing ESP-IDF directory. |
| 26 | +2. Choose ``Express`` and select the download server: |
30 | 27 |
|
31 |
| -.. image:: ../../media/tutorials/setup/select-esp-idf.png |
| 28 | + - ``Espressif``: Faster speed in China using Espressif download servers. |
| 29 | + - ``Github``: Using GitHub release links. |
32 | 30 |
|
33 |
| -- Choose the location for ESP-IDF Tools ( ``IDF_TOOLS_PATH``) which is ``%USERPROFILE%\.espressif`` on Windows and ``$HOME\.espressif`` on MacOS/Linux by default. |
| 31 | +3. Pick an ESP-IDF version to download or use the ``Find ESP-IDF in your system`` option to search for an existing ESP-IDF directory. |
34 | 32 |
|
35 |
| -.. note:: |
36 |
| - * Make sure that ``IDF_TOOLS_PATH`` doesn't have any spaces to avoid any build issues. Also make sure that ``IDF_TOOLS_PATH`` is not the same directory as ``IDF_PATH``. |
| 33 | + .. image:: ../../media/tutorials/setup/select-esp-idf.png |
37 | 34 |
|
38 |
| -.. note:: |
39 |
| - * For MacOS/Linux users, select the Python executable to use to create ESP-IDF python virtual environment. |
| 35 | + Choose the location for ESP-IDF Tools (``IDF_TOOLS_PATH``), which defaults to ``%USERPROFILE%\.espressif`` on Windows and ``$HOME\.espressif`` on macOS/Linux. |
40 | 36 |
|
41 |
| -4. Click ``Install`` to begin download and install of ESP-IDF and ESP-IDF Tools. |
| 37 | + .. note:: |
42 | 38 |
|
43 |
| -5. A page will appear with the setup progress status showing: |
| 39 | + Make sure that ``IDF_TOOLS_PATH`` does not contain spaces to avoid build issues. Also, ensure that ``IDF_TOOLS_PATH`` is not the same directory as ``IDF_PATH``. |
44 | 40 |
|
45 |
| -- ESP-IDF download progress |
46 |
| -- ESP-IDF Tools download and install progress |
47 |
| -- Creation of a python virtual environment and ESP-IDF python requirements. |
| 41 | + .. note:: |
48 | 42 |
|
49 |
| -.. image:: ../../media/tutorials/setup/install-status.png |
| 43 | + For macOS/Linux users, select the Python executable to create the ESP-IDF Python virtual environment. |
50 | 44 |
|
51 |
| -6. If everything is installed correctly, you will see a message that all settings have been configured. |
| 45 | +4. Click ``Install`` to begin downloading and installing ESP-IDF and ESP-IDF Tools. |
52 | 46 |
|
53 |
| -.. image:: ../../media/tutorials/setup/install-complete.png |
| 47 | +5. A page will appear showing the setup progress status: |
54 | 48 |
|
55 |
| -.. note:: |
56 |
| - For Linux users, a message is shown to add OpenOCD rules in ``/etc/udev/rules.d`` which you need to run with sudo privileges. |
| 49 | + - ESP-IDF download progress |
| 50 | + - ESP-IDF Tools download and installation progress |
| 51 | + - Creation of a Python virtual environment and installation of ESP-IDF Python requirements |
57 | 52 |
|
58 |
| -7. Next step is to :ref:`Start a ESP-IDF Project <start a esp-idf project>`. |
| 53 | + .. image:: ../../media/tutorials/setup/install-status.png |
| 54 | + |
| 55 | +6. If everything installs correctly, you will see a message indicating that all settings have been configured. |
| 56 | + |
| 57 | + .. image:: ../../media/tutorials/setup/install-complete.png |
| 58 | + |
| 59 | + .. note:: |
| 60 | + |
| 61 | + For Linux users, a message will prompt you to add OpenOCD rules in ``/etc/udev/rules.d``. You need to run this with sudo privileges. |
| 62 | + |
| 63 | +7. The next step is to :ref:`Create an ESP-IDF Project <create an esp-idf project>`. |
| 64 | + |
| 65 | + .. warning:: |
| 66 | + |
| 67 | + Check the :ref:`Troubleshooting <troubleshooting-section>` section if you encounter any issues during installation. |
59 | 68 |
|
60 |
| -.. warning:: |
61 |
| - Check the :ref:`Troubleshooting <troubleshooting>` section if you have any issues during installation. |
62 | 69 |
|
63 | 70 | Uninstall ESP-IDF VS Code Extension
|
64 |
| -------------------------------------- |
| 71 | +----------------------------------- |
65 | 72 |
|
66 | 73 | To uninstall the ESP-IDF VS Code extension, follow these steps:
|
67 | 74 |
|
68 |
| -1. Open Command Palette (F1) and type **ESP-IDF: Remove All ESP-IDF Settings** and select the command to remove all ESP-IDF settings. |
| 75 | +1. Open Command Palette (press shortcut F1) and type ``ESP-IDF: Clear Saved ESP-IDF Setups``. Select the command to remove all ESP-IDF settings. |
| 76 | + |
| 77 | +2. Navigate to ``View`` > ``Extensions`` or use the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift+⌘+X` in macOS. |
| 78 | + |
| 79 | +3. Search for `ESP-IDF` and click the ``Uninstall`` button. |
69 | 80 |
|
70 |
| -2. Navigate to **View** > **Extensions** or use the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift+⌘+X` in MacOS. |
| 81 | +4. Remove the following folders: |
71 | 82 |
|
72 |
| -3. Search for `ESP-IDF` and click on the **Uninstall** button. |
| 83 | + - Go to your `${VSCODE_EXTENSION_DIR}` and delete the ESP-IDF plugin folder. |
73 | 84 |
|
74 |
| -4. Ensure you remove the following folders: |
| 85 | + - `${VSCODE_EXTENSION_DIR}` is the location of the extension: |
75 | 86 |
|
76 |
| - - Go to your `${VSCODE_EXTENSION_DIR}` and delete the ESP-IDF plugin folder. |
77 |
| - |
78 |
| - - `${VSCODE_EXTENSION_DIR}` is the location of the extension: |
79 |
| - - **Windows**: `%USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\` |
80 |
| - - **MacOS/Linux**: `$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/` |
| 87 | + - **Windows**: ``%USERPROFILE%/.vscode/extensions/espressif.esp-idf-extension-VERSION/`` |
| 88 | + - **macOS/Linux**: ``$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/`` |
81 | 89 |
|
82 |
| -.. note:: |
| 90 | + .. note:: |
83 | 91 |
|
84 |
| - Make sure to replace `VERSION` with the actual version number of the ESP-IDF extension installed. |
| 92 | + Make sure to replace `VERSION` with the actual version number of the installed ESP-IDF extension. |
0 commit comments