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/developing.rst
+11-11
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Additionally, we also support developing on Windows Host using WSL.
23
23
24
24
The Prerequisites for ESP-IDF and Matter:
25
25
26
-
- Please see `Prerequisites <https://docs.espressif.com/projects/esp-idf/en/v5.1.1/esp32/get-started/index.html#step-1-install-prerequisites>`__ for ESP IDF.
26
+
- Please see `Prerequisites <https://docs.espressif.com/projects/esp-idf/en/v5.2.1/esp32/get-started/index.html#step-1-install-prerequisites>`__ for ESP IDF.
27
27
- Please get the `Prerequisites <https://github.com/espressif/connectedhomeip/blob/v1.1-branch/docs/guides/BUILDING.md#prerequisites>`__ for Matter.
28
28
29
29
@@ -41,7 +41,7 @@ Development on Windows is supported using Windows Subsystem for Linux (WSL). Ple
41
41
- Windows does not support exposing COM ports to WSL distros. Install usbipd-win on `Windows <https://github.com/dorssel/usbipd-win>`__
42
42
and `WSL <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/WSL.md#usbipd>`__ (usbipd-win `WSL Support <https://github.com/dorssel/usbipd-win/wiki/WSL-support>`__).
43
43
- Here onwards process for setting esp-matter and building examples is same as other hosts.
44
-
- Please clone the repositories from inside the WSL environment and not inside a mounted directory.
44
+
- Please clone the repositories from inside the WSL environment and not inside a mounted directory.
45
45
46
46
For using VSCode for development, please check `Developing in WSL <https://code.visualstudio.com/docs/remote/wsl>`__.
47
47
@@ -233,7 +233,7 @@ Choose IDF target.
233
233
::
234
234
235
235
ERROR: This script was called from a virtual environment, can not create a virtual environment again
236
-
236
+
237
237
Run:
238
238
239
239
::
@@ -632,14 +632,14 @@ creating in the *app_main.cpp* of the example. Examples:
0 commit comments