Skip to content

Commit f2553db

Browse files
committed
docs: Provide CN translation for 3 index docs
1 parent 981f64e commit f2553db

File tree

8 files changed

+405
-125
lines changed

8 files changed

+405
-125
lines changed

docs_espressif/en/additionalfeatures/coverage.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Source code coverage is data indicating the count and frequency of every program
55

66
Your ESP-IDF project should be configured to generate ``gcda/gcno`` coverage files using ``gcov``. Please read `GCOV Code Coverage <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/app_trace.html#gcov-source-code-coverage>`_ to learn more about code coverage with GCOV in ESP-IDF projects.
77

8-
You can use the **ESP-IDF: Configure Project SDKConfig for Coverage** to set required configuration in the SDK Configuration Editor.
8+
You can use the **ESP-IDF: Configure Project SDKConfig for Coverage** to set required configuration in the SDK Configuration Editor.
99

1010
Code coverage example
1111
-------------------------------
@@ -14,7 +14,7 @@ Let's use the ESP-IDF `GCOV Example <https://github.com/espressif/esp-idf/tree/m
1414

1515
- Navigate to **View** > **Command Palette**.
1616

17-
- Type **ESP-IDF: Show Examples Projects** and choose ``Use Current ESP-IDF (/path/to/esp-idf)``.
17+
- Type **ESP-IDF: Show Examples Projects** and choose ``Use Current ESP-IDF (/path/to/esp-idf)``.
1818

1919
If you don't see the option, please review the current ESP-IDF setup in :ref:`Installation <installation>`.
2020

@@ -76,4 +76,4 @@ Visual Studio code support ``"red"``, ``rgb(255,0,120)`` or ``rgba(120,0,0,0.1)`
7676
.. image:: ../../../media/tutorials/coverage/html_report.png
7777

7878
.. note::
79-
* Check the :ref:`Troubleshooting <troubleshooting>` section if you have any issues.
79+
* Check the :ref:`Troubleshooting <troubleshooting-section>` section if you have any issues.

docs_espressif/en/faqs.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FAQs
33

44
**I have an issue or error with the Visual Studio Code extension, what can I do?**
55

6-
Take a look at the :ref:`Troubleshooting documentation <troubleshooting>` so you can see the error in the extension. You might be able to fix the issue yourself or give enough information for others to help you with the problem.
6+
Take a look at the :ref:`Troubleshooting documentation <troubleshooting-section>` so you can see the error in the extension. You might be able to fix the issue yourself or give enough information for others to help you with the problem.
77

88
Search the `ESP-IDF extension repository <https://github.com/espressif/vscode-esp-idf-extension>`_ for Visual Studio Code first and then this forum, your issue might already be solved.
99

@@ -15,7 +15,7 @@ Check out `ESP-FAQ <https://docs.espressif.com/projects/espressif-esp-faq/en/lat
1515

1616
First of all, have you configure the IDE plugin/extension properly ? Make sure to review the documentation to :ref:`Install ESP-IDF and Tools <installation>`.
1717

18-
There was error in the setup or in your project code itself. Gather the :ref:`Troubleshooting documentation <troubleshooting>` and look for errors in these files.
18+
There was error in the setup or in your project code itself. Gather the :ref:`Troubleshooting documentation <troubleshooting-section>` and look for errors in these files.
1919

2020
Chances are that your issue have been posted before in the `ESP-IDF github repository <https://github.com/espressif/vscode-esp-idf-extension>`_ or `ESP-IDF forum <https://esp32.com>`_. If not, you can open a new GitHub issue or open a topic in the forum.
2121

@@ -47,7 +47,7 @@ Take a look at `Configure JTAG Interface <https://docs.espressif.com/projects/es
4747
On Windows, you could try using `IDF-ENV <https://github.com/espressif/idf-env>`_ just running the following command in a Powershell terminal:
4848

4949
.. code-block::
50-
50+
5151
Invoke-WebRequest 'https://dl.espressif.com/dl/idf-env/idf-env.exe' -OutFile .\idf-env.exe; .\idf-env.exe driver install --espressif --ftdi --silabs
5252
5353
Drivers are also part of the `IDF-Installer <https://dl.espressif.com/dl/esp-idf>`_.
@@ -61,7 +61,7 @@ Using the `IDF-ENV <https://github.com/espressif/idf-env>`_ you can manage sever
6161
First review the `ESP-IDF JTAG Debugging documentation <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#jtag-debugging-setup-openocd>`_ to understand how debugging works and the expected configuration of your device.
6262
The debugger is connected to OpenOCD. Please take a look at `OpenOCD Troubleshooting FAQ <https://github.com/espressif/openocd-esp32/wiki/Troubleshooting-FAQ>`_ for any OpenOCD errors you might have encountered.
6363

64-
Check your IDE integration log files and post an issue in the respective GitHub repository if the issue is not related to OpenOCD itself. Take a look at the :ref:`Troubleshooting documentation <troubleshooting>` so you can see the error in the extension.
64+
Check your IDE integration log files and post an issue in the respective GitHub repository if the issue is not related to OpenOCD itself. Take a look at the :ref:`Troubleshooting documentation <troubleshooting-section>` so you can see the error in the extension.
6565

6666
**I have an issue flashing my Espressif device, What should i do?**
6767

docs_espressif/en/installation.rst

+54-46
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,92 @@
11
.. _installation:
22

33
Install ESP-IDF and Tools
4-
===============================
4+
=========================
55

6-
After installing Visual Studio Code you need to install the ESP-IDF extension for Visual Studio Code.
6+
:link_to_translation:`zh_CN:[中文]`
77

8-
- Navigate to **View** > **Extensions** or keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift++X` in MacOS.
8+
After installing Visual Studio Code (VS Code), install the ESP-IDF extension for VS Code.
99

10-
- Search for `ESP-IDF Extension <https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension>`_ from the list of extensions.
10+
- Navigate to ``View`` > ``Extensions`` or the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift++X` in macOS.
1111

12-
1. Install the ESP-IDF extension.
12+
- Search for `ESP-IDF <https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension>`_ in the list of extensions.
1313

14-
- Navigate to **View** > **Command Palette**.
14+
1. Install the ESP-IDF extension.
1515

16-
- Type **ESP-IDF: Configure ESP-IDF Extension** and select the command to specify to launch the setup wizard. A loading notification will be shown and later the setup wizard will appear.
16+
- Navigate to ``View`` > ``Command Palette``.
1717

18-
.. note::
19-
20-
* For versions of ``ESP-IDF < 5.0``, spaces are not supported inside configured paths.
18+
- Type ``ESP-IDF: Configure ESP-IDF Extension`` and select the command to launch the setup wizard. A loading notification will appear, followed by the setup wizard.
2119

22-
.. image:: ../../media/tutorials/setup/select-mode.png
20+
.. note::
2321

24-
2. Choose **Express** and select the download server:
22+
For versions of ESP-IDF < 5.0, spaces are not supported in configured paths.
2523

26-
- **Espressif**: Faster speed in China using Espressif Download servers links.
27-
- **Github**: Using github releases links.
24+
.. image:: ../../media/tutorials/setup/select-mode.png
2825

29-
3. Pick an ESP-IDF version to download or use the ``Find ESP-IDF in your system`` option to search for existing ESP-IDF directory.
26+
2. Choose ``Express`` and select the download server:
3027

31-
.. image:: ../../media/tutorials/setup/select-esp-idf.png
28+
- ``Espressif``: Faster speed in China using Espressif download servers.
29+
- ``Github``: Using GitHub release links.
3230

33-
- Choose the location for ESP-IDF Tools ( ``IDF_TOOLS_PATH``) which is ``%USERPROFILE%\.espressif`` on Windows and ``$HOME\.espressif`` on MacOS/Linux by default.
31+
3. Pick an ESP-IDF version to download or use the ``Find ESP-IDF in your system`` option to search for an existing ESP-IDF directory.
3432

35-
.. note::
36-
* Make sure that ``IDF_TOOLS_PATH`` doesn't have any spaces to avoid any build issues. Also make sure that ``IDF_TOOLS_PATH`` is not the same directory as ``IDF_PATH``.
33+
.. image:: ../../media/tutorials/setup/select-esp-idf.png
3734

38-
.. note::
39-
* For MacOS/Linux users, select the Python executable to use to create ESP-IDF python virtual environment.
35+
Choose the location for ESP-IDF Tools (``IDF_TOOLS_PATH``), which defaults to ``%USERPROFILE%\.espressif`` on Windows and ``$HOME\.espressif`` on macOS/Linux.
4036

41-
4. Click ``Install`` to begin download and install of ESP-IDF and ESP-IDF Tools.
37+
.. note::
4238

43-
5. A page will appear with the setup progress status showing:
39+
Make sure that ``IDF_TOOLS_PATH`` does not contain spaces to avoid build issues. Also, ensure that ``IDF_TOOLS_PATH`` is not the same directory as ``IDF_PATH``.
4440

45-
- ESP-IDF download progress
46-
- ESP-IDF Tools download and install progress
47-
- Creation of a python virtual environment and ESP-IDF python requirements.
41+
.. note::
4842

49-
.. image:: ../../media/tutorials/setup/install-status.png
43+
For macOS/Linux users, select the Python executable to create the ESP-IDF Python virtual environment.
5044

51-
6. If everything is installed correctly, you will see a message that all settings have been configured.
45+
4. Click ``Install`` to begin downloading and installing ESP-IDF and ESP-IDF Tools.
5246

53-
.. image:: ../../media/tutorials/setup/install-complete.png
47+
5. A page will appear showing the setup progress status:
5448

55-
.. note::
56-
For Linux users, a message is shown to add OpenOCD rules in ``/etc/udev/rules.d`` which you need to run with sudo privileges.
49+
- ESP-IDF download progress
50+
- ESP-IDF Tools download and installation progress
51+
- Creation of a Python virtual environment and installation of ESP-IDF Python requirements
5752

58-
7. Next step is to :ref:`Start a ESP-IDF Project <start a esp-idf project>`.
53+
.. image:: ../../media/tutorials/setup/install-status.png
54+
55+
6. If everything installs correctly, you will see a message indicating that all settings have been configured.
56+
57+
.. image:: ../../media/tutorials/setup/install-complete.png
58+
59+
.. note::
60+
61+
For Linux users, a message will prompt you to add OpenOCD rules in ``/etc/udev/rules.d``. You need to run this with sudo privileges.
62+
63+
7. The next step is to :ref:`Create an ESP-IDF Project <create an esp-idf project>`.
64+
65+
.. warning::
66+
67+
Check the :ref:`Troubleshooting <troubleshooting-section>` section if you encounter any issues during installation.
5968

60-
.. warning::
61-
Check the :ref:`Troubleshooting <troubleshooting>` section if you have any issues during installation.
6269

6370
Uninstall ESP-IDF VS Code Extension
64-
-------------------------------------
71+
-----------------------------------
6572

6673
To uninstall the ESP-IDF VS Code extension, follow these steps:
6774

68-
1. Open Command Palette (F1) and type **ESP-IDF: Remove All ESP-IDF Settings** and select the command to remove all ESP-IDF settings.
75+
1. Open Command Palette (press shortcut F1) and type ``ESP-IDF: Clear Saved ESP-IDF Setups``. Select the command to remove all ESP-IDF settings.
76+
77+
2. Navigate to ``View`` > ``Extensions`` or use the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift++X` in macOS.
78+
79+
3. Search for `ESP-IDF` and click the ``Uninstall`` button.
6980

70-
2. Navigate to **View** > **Extensions** or use the keyboard shortcut :kbd:`Ctrl+Shift+X` in Windows/Linux or :kbd:`Shift++X` in MacOS.
81+
4. Remove the following folders:
7182

72-
3. Search for `ESP-IDF` and click on the **Uninstall** button.
83+
- Go to your `${VSCODE_EXTENSION_DIR}` and delete the ESP-IDF plugin folder.
7384

74-
4. Ensure you remove the following folders:
85+
- `${VSCODE_EXTENSION_DIR}` is the location of the extension:
7586

76-
- Go to your `${VSCODE_EXTENSION_DIR}` and delete the ESP-IDF plugin folder.
77-
78-
- `${VSCODE_EXTENSION_DIR}` is the location of the extension:
79-
- **Windows**: `%USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\`
80-
- **MacOS/Linux**: `$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/`
87+
- **Windows**: ``%USERPROFILE%/.vscode/extensions/espressif.esp-idf-extension-VERSION/``
88+
- **macOS/Linux**: ``$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/``
8189

82-
.. note::
90+
.. note::
8391

84-
Make sure to replace `VERSION` with the actual version number of the ESP-IDF extension installed.
92+
Make sure to replace `VERSION` with the actual version number of the installed ESP-IDF extension.

0 commit comments

Comments
 (0)