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_espressif/en/index.rst
+31-31
Original file line number
Diff line number
Diff line change
@@ -3,55 +3,55 @@ ESP-IDF Extension for VSCode
3
3
4
4
:link_to_translation:`zh_CN:[中文]`
5
5
6
-
The ESP-IDF Extension for VSCode Code empowers developers to efficiently develop, build, flash, monitor, debug, and manage projects targeting Espressif chips using the Espressif IoT Development Framework (ESP-IDF). This extension integrates seamlessly with Visual Studio Code, providing a familiar environment for streamlined development workflows. Whether you are a beginner or an experienced developer, this documentation will guide you through the process of setting up, configuring, and utilizing the ESP-IDF Extension to leverage the full potential of Espressif chips in your IoT applications.
6
+
The ESP-IDF extension for VSCode Code empowers developers to efficiently develop, build, flash, monitor, debug, and manage projects targeting Espressif chips using the Espressif IoT Development Framework (ESP-IDF). This extension integrates seamlessly with Visual Studio Code, providing a familiar environment for streamlined development workflows. Whether you are a beginner or an experienced developer, this documentation will guide you through setting up, configuring, and utilizing the ESP-IDF extension to leverage the full potential of Espressif chips in your IoT applications.
7
7
8
8
.. toctree::
9
9
:maxdepth:1
10
10
11
11
Prerequisites <prerequisites>
12
12
Installation <installation>
13
-
Start a Project<startproject>
14
-
Connect Your Device<connectdevice>
15
-
Configure Your Project<configureproject>
16
-
Build the Project<buildproject>
17
-
Flash onto the Device<flashdevice>
18
-
Monitor the Output<monitoroutput>
19
-
Debug Your Project<debugproject>
20
-
Additional IDE Features<additionalfeatures>
21
-
Troubleshooting<troubleshooting>
22
-
Settings<settings>
23
-
See all Commands<commands>
24
-
FAQs<faqs>
13
+
Start a Project<startproject>
14
+
Connect Your Device<connectdevice>
15
+
Configure Your Project<configureproject>
16
+
Build the Project<buildproject>
17
+
Flash onto the Device<flashdevice>
18
+
Monitor the Output<monitoroutput>
19
+
Debug Your Project<debugproject>
20
+
Additional IDE Features<additionalfeatures>
21
+
Troubleshooting<troubleshooting>
22
+
Settings<settings>
23
+
See all Commands<commands>
24
+
FAQs<faqs>
25
25
26
26
Features
27
-
----------------
27
+
--------
28
28
29
-
1. Application Level Tracing
29
+
1. Application level tracing
30
30
2. Build your project
31
-
3. CMakeLists Editor
31
+
3. CMakeLists editor
32
32
4. Code coverage
33
33
5. Debug your device
34
34
6. Doctor command troubleshooting
35
-
7. EFuse viewer
36
-
8. Flash an specific partition or get binaries from the current device partition tree
37
-
9. Flash your Device using UART, DFU (ESP32-S2 and ESP32-S3) or JTAG (using OpenOCD)
38
-
10. Heap Tracing
39
-
11. Install ESP Components from ESP Component Registry and using Arduino as ESP-IDF Component
40
-
12. Managing multiple configuration for the same project
41
-
13. Managing multiples projects in the same window
35
+
7. eFuse viewer
36
+
8. Flash a specific partition or get binaries from the current device partition tree
37
+
9. Flash your device using UART, DFU (ESP32-S2 and ESP32-S3), or JTAG (using OpenOCD)
38
+
10. Heap tracing
39
+
11. Install ESP components from ESP Component Registry and use Arduino as an ESP-IDF component
40
+
12. Manage multiple configurations for the same project
41
+
13. Manage multiple projects in the same window
42
42
14. Monitor the output of your device
43
-
15. NVS Partition Editor
43
+
15. NVS partition editor
44
44
16. New project wizard
45
-
17. Partition Editor
46
-
18. Postmortem debug with core dump or GDBStub
45
+
17. Partition editor
46
+
18. Postmortem debug with core dump or GDB stub
47
47
19. Select serial port
48
48
20. Setup wizard
49
49
21. Size analysis of binaries
50
-
22. System View Tracing
50
+
22. System view tracing
51
51
23. Unit testing
52
-
24. Using QEMU to emulate debug and monitor output
53
-
25. Using the extension in a Docker container
54
-
26. Using the extension in WSL
52
+
24. Use QEMU to emulate debug and monitor output
53
+
25. Use the extension in a Docker container
54
+
26. Use the extension in WSL
55
55
56
56
57
-
For more about this project please see https://github.com/espressif/vscode-esp-idf-extension
57
+
For more about this project, please see https://github.com/espressif/vscode-esp-idf-extension.
0 commit comments