Skip to content

Commit d5d9b1f

Browse files
authored
Merge pull request #1370 from espressif/docs/translate_index
docs: Provide CN translation for index.rst
2 parents 066fc02 + 2dbd704 commit d5d9b1f

File tree

2 files changed

+88
-32
lines changed

2 files changed

+88
-32
lines changed

docs_espressif/en/index.rst

+31-31
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,55 @@ ESP-IDF Extension for VSCode
33

44
:link_to_translation:`zh_CN:[中文]`
55

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.
77

88
.. toctree::
99
:maxdepth: 1
1010

1111
Prerequisites <prerequisites>
1212
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>
2525

2626
Features
27-
----------------
27+
--------
2828

29-
1. Application Level Tracing
29+
1. Application level tracing
3030
2. Build your project
31-
3. CMakeLists Editor
31+
3. CMakeLists editor
3232
4. Code coverage
3333
5. Debug your device
3434
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
4242
14. Monitor the output of your device
43-
15. NVS Partition Editor
43+
15. NVS partition editor
4444
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
4747
19. Select serial port
4848
20. Setup wizard
4949
21. Size analysis of binaries
50-
22. System View Tracing
50+
22. System view tracing
5151
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
5555

5656

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.

docs_espressif/zh_CN/index.rst

+57-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,57 @@
1-
.. include:: ../en/index.rst
1+
适用于 VS Code 的 ESP-IDF 扩展
2+
==============================
3+
4+
:link_to_translation:`en:[English]`
5+
6+
借助乐鑫 IoT 开发框架 (ESP-IDF),专为 VS Code 设计的 ESP-IDF 扩展能够助力开发者高效地进行基于乐鑫芯片的项目开发、构建、烧录、监控、调试和管理。此扩展与 VS Code 无缝集成,在开发者熟悉的环境中提供了便捷的工作流程。本文档旨在帮助初学者和经验丰富的开发者完成设置和配置,并且更有效地利用 ESP-IDF 扩展,从而充分挖掘乐鑫芯片在物联网应用中的无限潜能。
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
11+
安装包 <prerequisites>
12+
安装 <installation>
13+
启动项目 <startproject>
14+
连接设备 <connectdevice>
15+
配置项目 <configureproject>
16+
构建项目 <buildproject>
17+
烧录项目 <flashdevice>
18+
监视输出 <monitoroutput>
19+
调试项目 <debugproject>
20+
其他 IDE 功能 <additionalfeatures>
21+
故障排除 <troubleshooting>
22+
设置 <settings>
23+
可用命令列表 <commands>
24+
FAQs <faqs>
25+
26+
功能
27+
----
28+
29+
1. 应用级跟踪
30+
2. 构建项目
31+
3. CMakeLists 编辑器
32+
4. 代码覆盖率
33+
5. 调试设备
34+
6. 诊断命令
35+
7. eFuse 查看工具
36+
8. 烧录特定分区或获取当前设备分区树中的二进制文件
37+
9. 使用 UART、DFU(适用于 ESP32-S2 和 ESP32-S3)或 JTAG(通过 OpenOCD)接口进行烧录
38+
10. 堆跟踪
39+
11. 从乐鑫组件注册表中选取组件进行安装,并将 Arduino 用作 ESP-IDF 组件
40+
12. 管理同一项目的多个配置
41+
13. 在同一窗口中管理多个项目
42+
14. 监视设备的输出
43+
15. NVS 分区编辑器
44+
16. 新项目向导
45+
17. 分区编辑器
46+
18. 使用核心转储或 GDB stub 进行事后调试
47+
19. 选择串口
48+
20. 设置向导
49+
21. 二进制文件大小分析
50+
22. 系统视图跟踪
51+
23. 单元测试
52+
24. 使用 QEMU 模拟调试和监视输出
53+
25. 在 Docker 容器中使用扩展
54+
26. 在 WSL 中使用扩展
55+
56+
57+
详情请参阅 https://github.com/espressif/vscode-esp-idf-extension。

0 commit comments

Comments
 (0)