mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
docs: sync up lines for api-guides and get-started
This commit is contained in:
@@ -301,12 +301,9 @@ Mocks
|
|||||||
|
|
||||||
要求
|
要求
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
生成 Mock 需要满足如下要求:
|
目前 Mock 只支持基于 Linux 主机的单元测试。生成 Mock 需要满足如下要求:
|
||||||
|
|
||||||
.. list::
|
.. include:: inc/linux-host-requirements.rst
|
||||||
- 安装 ESP-IDF 及其所有要求
|
|
||||||
- 安装 ``ruby``
|
|
||||||
- 在 Linux 主机上需要安装 ``libbsd``,目前 Mock 只支持基于 Linux 主机的单元测试
|
|
||||||
|
|
||||||
|
|
||||||
对组件进行 Mock
|
对组件进行 Mock
|
||||||
|
@@ -158,9 +158,7 @@ IDE
|
|||||||
|
|
||||||
编译第一个工程
|
编译第一个工程
|
||||||
===================
|
===================
|
||||||
..
|
|
||||||
Please translate
|
|
||||||
|
|
||||||
If you already have the ESP-IDF installed and not using IDE, you can build your first project from the command line following the :ref:`Start a Project on Windows <get-started-windows-first-steps>` or :ref:`Start a Project on Linux and macOS<get-started-linux-macos-first-steps>`.
|
如果您已经安装好 ESP-IDF 且没有使用集成开发环境 (IDE),请在命令提示行中按照 :ref:`在 Windows 中开始创建工程 <get-started-windows-first-steps>` 或 :ref:`在 Linux 和 macOS 中开始创建工程 <get-started-linux-macos-first-steps>` 编译第一个工程。
|
||||||
|
|
||||||
.. _Stable version: https://docs.espressif.com/projects/esp-idf/en/stable/
|
.. _Stable version: https://docs.espressif.com/projects/esp-idf/en/stable/
|
||||||
|
@@ -42,6 +42,9 @@
|
|||||||
|
|
||||||
请进入 ``hello_world`` 目录,设置 {IDF_TARGET_NAME} 为目标芯片,然后运行工程配置工具 ``menuconfig``。
|
请进入 ``hello_world`` 目录,设置 {IDF_TARGET_NAME} 为目标芯片,然后运行工程配置工具 ``menuconfig``。
|
||||||
|
|
||||||
|
Windows
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
.. code-block:: batch
|
.. code-block:: batch
|
||||||
|
|
||||||
cd %userprofile%\esp\hello_world
|
cd %userprofile%\esp\hello_world
|
||||||
|
Reference in New Issue
Block a user