doc(global): build cross-language links for translated documents
This commit is contained in:
parent
2852dd37fb
commit
d4deb9319a
22 changed files with 25 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
Add IDF_PATH to User Profile
|
||||
============================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
To preserve setting of ``IDF_PATH`` environment variable between system restarts, add it to the user profile, following instructions below.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
**********************
|
||||
Eclipse IDE on Windows
|
||||
**********************
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
Configuring Eclipse on Windows requires some different steps. The full configuration steps for Windows are shown below.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
********************************
|
||||
Build and Flash with Eclipse IDE
|
||||
********************************
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
.. _eclipse-install-steps:
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Establish Serial Connection with ESP32
|
||||
======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This section provides guidance how to establish serial connection between ESP32 and PC.
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ESP32-PICO-KIT V4 Getting Started Guide
|
||||
=======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This user guide shows how to get started with the ESP32-PICO-KIT V4 mini development board. For description of other versions of the ESP32-PICO-KIT check :doc:`../hw-reference/index`.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***********
|
||||
IDF Monitor
|
||||
***********
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
The IDF Monitor tool is a Python program which runs when the ``make monitor`` target is invoked in IDF.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***********
|
||||
Get Started
|
||||
***********
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This document is intended to help users set up the software environment for development of applications using hardware based on the Espressif ESP32. Through a simple example we would like to illustrate how to use ESP-IDF (Espressif IoT Development Framework), including the menu based configuration, compiling the ESP-IDF and firmware download to ESP32 boards.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
*************************************
|
||||
Standard Setup of Toolchain for Linux
|
||||
*************************************
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
|
||||
Install Prerequisites
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
**************************************
|
||||
Standard Setup of Toolchain for Mac OS
|
||||
**************************************
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
Install Prerequisites
|
||||
=====================
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Build and Flash with Make
|
||||
=========================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
|
||||
Finding a project
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***************************************
|
||||
Standard Setup of Toolchain for Windows
|
||||
***************************************
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
在用户配置文件中添加 IDF_PATH
|
||||
==============================
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
为了在系统多次重新启动时保留 “IDF_PATH” 环境变量的设置,请按照以下说明将其添加到用户配置文件中。
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
*****************************************************
|
||||
Eclipse IDE 的创建和烧录指南(Windows 平台)
|
||||
*****************************************************
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
Windows 平台上的 Eclipse 配置略有不同,具体步骤请见下文。
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
****************************
|
||||
Eclipse IDE 的创建和烧录指南
|
||||
****************************
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
.. _eclipse-install-steps:
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
与 ESP32 创建串口连接
|
||||
=========================
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
本章节介绍如何在 ESP32 和 PC 之间建立串口连接。
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ESP32-PICO-KIT V4 入门指南
|
||||
============================
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
本指南介绍了如何开始使用 ESP32-PICO-KIT V4 迷你开发板。有关 ESP32-PICO-KIT 其他版本的介绍,请见 :doc:`../hw-reference/index`。
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***********
|
||||
IDF Monitor
|
||||
***********
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
IDF Monitor 工具是在 IDF 中调用 “make monitor” 目标时运行的 Python 程序。
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***********
|
||||
快速入门
|
||||
***********
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
本文档旨在指导用户创建 ESP32 的软件环境。本文将通过一个简单的例子来说明如何使用 ESP-IDF (Espressif IoT Development Framework),包括配置、编译、下载固件到开发板等步骤。
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
*****************************
|
||||
Linux 平台工具链的标准设置
|
||||
*****************************
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
安装前提
|
||||
=====================
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
**************************************
|
||||
在 Mac OS 上安装 ESP32 工具链
|
||||
**************************************
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
安装准备
|
||||
================
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
通过 make 指令创建和烧录项目
|
||||
=============================
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
|
||||
寻找项目
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
***************************************
|
||||
Windows 平台工具链的标准设置
|
||||
***************************************
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
引言
|
||||
============
|
||||
|
|
Loading…
Reference in a new issue