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
<td>Clone ESP-ADF inside the selected directory and set <strong>idf.espAdfPath</strong> (<strong>idf.espAdfPathWin</strong> in Windows) configuration setting.</td>
321
321
<td></td>
@@ -328,42 +328,6 @@ Press <kbd>F1</kbd> or click menu `View` -> `Command Palette...` to show Visual
<td>Install extension Python packages. This command is deprecated and will be removed soon. </td>
334
-
<td></td>
335
-
<td></td>
336
-
</tr>
337
-
<tr>
338
-
<td>Install ESP-MDF</td>
339
-
<td>Clone ESP-MDF inside the selected directory and set <strong>idf.espMdfPath</strong> (<strong>idf.espMdfPathWin</strong> in Windows) configuration setting.</td>
340
-
<td></td>
341
-
<td></td>
342
-
</tr>
343
-
<tr>
344
-
<td>Install ESP-Matter</td>
345
-
<td>Clone ESP-Matter and set <strong>idf.espMatterPath</strong>. ESP-Matter is not supported in Windows. Make sure to install <a href="https://github.com/espressif/connectedhomeip/blob/v1.1-branch/docs/guides/BUILDING.md#prerequisites">Matter system prerequisites</a> first.</td>
<td>The <strong>ESP-IDF: Set ESP-MATTER Device Path (ESP_MATTER_DEVICE_PATH)</strong> is used to define the device path for ESP-Matter. ESP-Matter is not supported in Windows.</td>
352
-
<td></td>
353
-
<td></td>
354
-
</tr>
355
-
<tr>
356
-
<td>Install ESP-Rainmaker</td>
357
-
<td>Clone ESP-Rainmaker and set <strong>idf.espRainmakerPath</strong> (<strong>idf.espRainmakerPathWin</strong> in Windows) configuration setting.</td>
358
-
<td></td>
359
-
<td></td>
360
-
</tr>
361
-
<tr>
362
-
<td>Install ESP-HomeKit-SDK</td>
363
-
<td>Clone ESP-HomeKit-SDK inside the selected directory and set <strong>idf.espHomeKitSdkPath</strong> (<strong>idf.espHomeKitSdkPathWin</strong> in Windows) configuration setting.</td>
- Install extension Python packages. This command is deprecated and will be removed soon.
71
-
* - Install ESP-MDF
72
-
- Clone ESP-MDF inside the selected directory and set **idf.espMdfPath** (**idf.espMdfPathWin** in Windows) configuration setting.
73
-
* - Install ESP-Matter
74
-
- Clone ESP-Matter and set **idf.espMatterPath**. ESP-Matter is not supported on Windows.
75
-
* - Install ESP-Rainmaker
76
-
- Clone ESP-Rainmaker and set **idf.espRainmakerPath** (**idf.espRainmakerPathWin** in Windows) configuration setting.
77
-
* - Install ESP-HomeKit-SDK
78
-
- Clone ESP-HomeKit-SDK inside the selected directory and set **idf.espHomeKitSdkPath** (**idf.espHomeKitSdkPathWin** in Windows) configuration setting.
- Launch ESP-IDF Monitor with WebSocket capabilities. If you have configured the panic handler to gdbstub or core dump, the monitor will launch a post-mortem debug session of the chip.
81
71
* - Launch QEMU Server
@@ -122,8 +112,6 @@ All commands start with ``ESP-IDF:``.
122
112
- This extension shows many notifications and output in the Output window **ESP-IDF**. This command allows you to set if to show notifications only, output only, both notifications and output, or neither.
123
113
* - Set Espressif Device Target
124
114
- This will set the target for the current project (IDF_TARGET). Similar to **idf.py set-target**. For example, if you want to use ESP32 or ESP32-C3, you need to execute this command.
125
-
* - Set ESP-MATTER Device Path (ESP_MATTER_DEVICE_PATH)
126
-
- The **ESP-IDF: Set ESP-MATTER Device Path (ESP_MATTER_DEVICE_PATH)** is used to define the device path for ESP-Matter. ESP-Matter is not supported in Windows.
Copy file name to clipboardExpand all lines: docs_espressif/en/settings.rst
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ This is how the extension uses them:
80
80
1. **idf.customExtraVars** stores any custom environment variable such as OPENOCD_SCRIPTS, which is the openOCD scripts directory used in OpenOCD server startup. These variables are loaded to this extension command's process environment variables, choosing the extension variable if available, else extension commands will try to use what is already in your system PATH. **This doesn't modify your system environment outside Visual Studio Code.**
81
81
2. **idf.espIdfPath** (or **idf.espIdfPathWin** in Windows) is used to store ESP-IDF directory path within our extension. We override Visual Studio Code process IDF_PATH if this value is available. **This doesn't modify your system environment outside Visual Studio Code.**. It is also used to compute the list of ESP-IDF tools to add to environment variable PATH and the Python virtual environment path together from **idf.toolsPath** and **idf.pythonInstallPath**.
82
82
3. **idf.pythonInstallPath** is the system Python absolute path used to compute ESP-IDF Python virtual environment from **idf.toolsPath** and **idf.espIdfPath** where ESP-IDF Python packages will be installed and used.
83
-
4. **idf.gitPath** (or **idf.gitPathWin** in Windows) is used in the extension to clone ESP-IDF master version or the additional supported frameworks such as ESP-ADF, ESP-MDF and Arduino-ESP32.
83
+
4. **idf.gitPath** (or **idf.gitPathWin** in Windows) is used in the extension to clone ESP-IDF master version or the additional supported frameworks such as ESP-ADF and Arduino-ESP32.
84
84
5. **idf.toolsPath** (or **idf.toolsPathWin** in Windows) is used to compute the list of ESP-IDF tools to add to environment variable PATH and the Python virtual environment path together from **idf.pythonInstallPath** and **idf.espIdfPath**.
85
85
86
86
.. note::
@@ -313,16 +313,6 @@ These settings support additional frameworks together with ESP-IDF:
313
313
- Path to locate ESP-ADF framework (ADF_PATH)
314
314
* - **idf.espAdfPathWin**
315
315
- Path to locate ESP-ADF framework in Windows (ADF_PATH)
316
-
* - **idf.espMdfPath**
317
-
- Path to locate ESP-MDF framework (MDF_PATH)
318
-
* - **idf.espMdfPathWin**
319
-
- Path to locate ESP-MDF framework in Windows (MDF_PATH)
320
-
* - **idf.espMatterPath**
321
-
- Path to locate ESP-Matter framework (ESP_MATTER_PATH)
322
-
* - **idf.espRainmakerPath**
323
-
- Path to locate ESP-Rainmaker framework in Windows (RMAKER_PATH)
324
-
* - **idf.espRainmakerPathWin**
325
-
- Path to locate ESP-Rainmaker framework in Windows (RMAKER_PATH)
0 commit comments