Skip to content

Commit 96c1a01

Browse files
committed
docs: Add language links
1 parent 0cd0556 commit 96c1a01

16 files changed

+32
-0
lines changed

docs_espressif/en/additionalfeatures/application-size-analysis.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ESP-IDF Application Size Analysis
22
=================================
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
The ESP-IDF application size analysis tool provides a detailed breakdown of your application’s memory usage, helping developers optimize storage allocation. To view a visual size analysis:
57

68
- Navigate to ``View`` > ``Command Palette``.

docs_espressif/en/additionalfeatures/dfu.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Device Firmware Upgrade (DFU) via USB
22
=====================================
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
Requirements
57
------------
68

docs_espressif/en/additionalfeatures/efuse.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
eFuse Explorer
22
==============
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
This feature requires ESP-IDF ``>=v4.3``.
57

68
Espressif chips have several eFuses that store system and user parameters. Each eFuse is a one-bit field that can be programmed to 1 and cannot be reverted to 0. This feature uses the ESP-IDF `espfuse.py <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/efuse.html#espefuse-py>`_ script to read and write eFuses.

docs_espressif/en/additionalfeatures/hints-viewer.rst

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Hints Viewer
44
============
55

6+
:link_to_translation:`zh_CN:[中文]`
7+
68
This feature enhances your development experience by providing helpful hints for errors detected in your code.
79

810
The ``idf.py`` tool suggests hints for resolving errors. It uses a database of hints stored in ``$IDF_PATH/tools/idf_py_actions/hints.yml``. Hints will be printed if a match is found for the given error.

docs_espressif/en/additionalfeatures/install-esp-components.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Install ESP-IDF Components
22
==========================
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
The ``ESP-IDF: Show ESP Component Registry`` command launches a UI showing the `ESP Component Registry <https://components.espressif.com>`_.
57

68
.. image:: ../../../media/tutorials/features/component-registry.png

docs_espressif/en/additionalfeatures/nvs-partition-editor.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
NVS Partition Editor
22
====================
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
The ``ESP-IDF: Open NVS Partition Editor`` command allows you to create a NVS partition binary file based on key-value pairs in a CSV file.
57

68
The resulting binary file is compatible with the NVS architecture defined in `ESP-IDF Non-Volatile Storage Library <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/nvs_flash.html>`_.

docs_espressif/en/additionalfeatures/partition-table-editor.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Partition Table Editor
22
======================
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
- Go to ``View`` > ``Command Palette``.
57
- Type ``ESP-IDF: SDK Configuration Editor`` and select the command.
68

docs_espressif/en/additionalfeatures/rainmaker.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ESP RainMaker
22
=============
33

4+
:link_to_translation:`zh_CN:[中文]`
5+
46
This tutorial shows you how to use `ESP RainMaker <https://rainmaker.espressif.com>`_ integration in this extension.
57

68
You need an Espressif device and an ESP RainMaker account. If you do not have these, please refer `here <https://rainmaker.espressif.com/docs/get-started.html>`_.

docs_espressif/zh_CN/additionalfeatures/application-size-analysis.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ESP-IDF 应用程序大小分析
22
========================
33

4+
:link_to_translation:`en:[English]`
5+
46
ESP-IDF 应用程序大小分析工具提供了应用程序内存使用情况的详细分析,能够帮助开发者优化存储分配。若想查看可视化的大小分析:
57

68
- 前往菜单栏 ``查看`` > ``命令面板``。

docs_espressif/zh_CN/additionalfeatures/dfu.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
通过 USB 升级设备固件 (DFU)
22
===========================
33

4+
:link_to_translation:`en:[English]`
5+
46
准备指南
57
~~~~~~~~
68

docs_espressif/zh_CN/additionalfeatures/efuse.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
eFuse 资源管理器
22
================
33

4+
:link_to_translation:`en:[English]`
5+
46
此功能要求 ESP-IDF 版本 ``>=v4.3``。
57

68
乐鑫芯片包含多个 eFuse,可用于存储系统参数和用户参数。每个 eFuse 都是一个一位字段,可以烧写为 1,之后就不能再恢复为 0。eFuse 资源管理器使用 ESP-IDF 提供的 `espfuse.py <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-reference/system/efuse.html#espefuse-py>`_ 脚本来读取和写入 eFuse。

docs_espressif/zh_CN/additionalfeatures/hints-viewer.rst

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
提示查看器
44
==========
55

6+
:link_to_translation:`en:[English]`
7+
68
提示查看器可以检测代码中存在的错误并提供有用的提示,从而优化开发体验。
79

810
利用存储在 ``$IDF_PATH/tools/idf_py_actions/hints.yml`` 文件中的数据库,``idf.py`` 工具能针对错误提供解决方案。如果检测到的错误与数据库中的错误相匹配,则会显示相应的解决方案。

docs_espressif/zh_CN/additionalfeatures/install-esp-components.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
安装 ESP-IDF 组件
22
=================
33

4+
:link_to_translation:`en:[English]`
5+
46
使用 ``ESP-IDF:乐鑫组件注册表`` 命令开启用户界面,查看 `乐鑫组件注册表 <https://components.espressif.com>`_。
57

68
.. image:: ../../../media/tutorials/features/component-registry.png

docs_espressif/zh_CN/additionalfeatures/nvs-partition-editor.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
NVS 分区编辑器
22
==============
33

4+
:link_to_translation:`en:[English]`
5+
46
通过 ``ESP-IDF:打开 NVS 分区编辑器`` 指令,可以根据 CSV 文件中的键值对创建 NVS 分区二进制文件。
57

68
生成的二进制文件与 `ESP-IDF 非易失性存储库 <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-reference/storage/nvs_flash.html>`_ 中定义的 NVS 架构兼容。

docs_espressif/zh_CN/additionalfeatures/partition-table-editor.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
分区表编辑器
22
============
33

4+
:link_to_translation:`en:[English]`
5+
46
- 前往菜单栏 ``查看`` > ``命令面板``。
57
- 输入 ``ESP-IDF:SDK 配置编辑器`` 并选中该命令。
68

docs_espressif/zh_CN/additionalfeatures/rainmaker.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ESP Rainmaker
22
=============
33

4+
:link_to_translation:`en:[English]`
5+
46
本文将展示如何在 ESP-IDF 扩展中使用 `ESP Rainmaker <https://rainmaker.espressif.com/zh-hans/>`_ 集成功能。
57

68
首先需要准备好乐鑫设备和 ESP Rainmaker 账户。更多信息请参考 `此文 <https://rainmaker.espressif.com/zh-hans/docs/get-started/>`_。

0 commit comments

Comments
 (0)