BluFi
^^^^^
+:link_to_translation:`zh_CN:[中文]`
Overview
--------
Build System
************
+:link_to_translation:`zh_CN:[中文]`
This document explains the Espressif IoT Development Framework build system and the
concept of "components"
Console
=======
+:link_to_translation:`zh_CN:[中文]`
ESP-IDF provides ``console`` component, which includes building blocks needed to develop an interactive console over serial port. This component includes following facilities:
Error Handling
==============
+:link_to_translation:`zh_CN:[中文]`
Overview
--------
General Notes About ESP-IDF Programming
=======================================
+:link_to_translation:`zh_CN:[中文]`
Application startup flow
------------------------
API Guides
**********
+:link_to_translation:`zh_CN:[中文]`
.. toctree::
:maxdepth: 1
Partition Tables
================
+:link_to_translation:`zh_CN:[中文]`
Overview
--------
Unit Testing in ESP32 (CMake)
=============================
+:link_to_translation:`zh_CN:[中文]`
.. include:: ../cmake-warning.rst
Unit Testing in ESP32
=====================
+:link_to_translation:`zh_CN:[中文]`
ESP-IDF comes with a unit test app based on Unity - unit test framework. Unit tests are integrated in the ESP-IDF repository and are placed in ``test`` subdirectory of each component respectively.
Creating Examples
=================
+:link_to_translation:`zh_CN:[中文]`
Each ESP-IDF example is a complete project that someone else can copy and adapt the code to solve their own problem. Examples should demonstrate ESP-IDF functionality, while keeping this purpose in mind.
**********************************
Setup Linux Toolchain from Scratch
**********************************
+:link_to_translation:`zh_CN:[中文]`
.. note::
***************************************
Setup Toolchain for Mac OS from Scratch
***************************************
+:link_to_translation:`zh_CN:[中文]`
.. note::
************************
ESP32 Hardware Reference
************************
+:link_to_translation:`zh_CN:[中文]`
.. toctree::
:maxdepth: 2
*********
Resources
*********
+:link_to_translation:`zh_CN:[中文]`
* The `esp32.com forum <https://esp32.com/>`_ is a place to ask questions and find community resources.
BluFi
^^^^^
+:link_to_translation:`en:[English]`
概览
-----
编译系统
========
+:link_to_translation:`en:[English]`
本文将介绍乐鑫物联网开发框架中的``编译系统``和``组件``的相关概念。
控制台终端
==========
+:link_to_translation:`en:[English]`
ESP-IDF 提供了 ``console`` 组件,它包含了开发基于串口的交互式控制终端所需要的所有模块,主要支持以下功能:
错误处理
========
+:link_to_translation:`en:[English]`
概述
----
ESP-IDF 编程注意事项
======================
+:link_to_translation:`en:[English]`
应用程序的启动流程
------------------
API 指南
**********
+:link_to_translation:`en:[English]`
.. toctree::
:maxdepth: 1
分区表
======
+:link_to_translation:`en:[English]`
概述
----
ESP32 中的单元测试 (CMake)
==========================
+:link_to_translation:`en:[English]`
ESP-IDF
中附带了一个基于 ``Unity`` 的单元测试应用程序框架,且所有的单元测试用例分别保存在
ESP32 中的单元测试
==================
+:link_to_translation:`en:[English]`
ESP-IDF
中附带了一个基于 ``Unity`` 的单元测试应用程序框架,且所有的单元测试用例分别保存在
创建示例项目
============
+:link_to_translation:`en:[English]`
每个 ESP-IDF 的示例都是一个完整的项目,其他人可以将示例复制至本地,并根据实际情况进行一定修改。请注意,示例项目主要是为了展示 ESP-IDF 的功能。
**********************************
从零开始设置 Linux 环境下的工具链
**********************************
+:link_to_translation:`en:[English]`
.. note::
**********************************
从零开始设置 Mac OS 环境下的工具链
**********************************
+:link_to_translation:`en:[English]`
.. note::
************************
ESP32 H/W 硬件参考
************************
+:link_to_translation:`en:[English]`
.. toctree::
:maxdepth: 2
****
资源
****
+:link_to_translation:`en:[English]`
* 您可以在 `ESP32 论坛 <https://esp32.com/>`_ 中提出您的问题,访问社区资源。