|
|
@@ -13,9 +13,7 @@ Get Started
|
|
|
|
|
|
.. Please keep README.md in sync with these instructions.
|
|
|
|
|
|
-This document is intended to help you set up the software development environment for the hardware based on the {IDF_TARGET_NAME} chip by Espressif.
|
|
|
-
|
|
|
-After that, a simple example will show you how to use ESP-IDF (Espressif IoT Development Framework) for menu configuration, then for building and flashing firmware onto an {IDF_TARGET_NAME} board.
|
|
|
+This document is intended to help you set up the software development environment for the hardware based on the {IDF_TARGET_NAME} chip by Espressif. After that, a simple example will show you how to use ESP-IDF (Espressif IoT Development Framework) for menu configuration, then for building and flashing firmware onto an {IDF_TARGET_NAME} board.
|
|
|
|
|
|
.. include-build-file:: inc/version-note.inc
|
|
|
|
|
|
@@ -32,7 +30,6 @@ Introduction
|
|
|
* Ultra Low Power co-processor
|
|
|
* Multiple peripherals
|
|
|
|
|
|
-
|
|
|
.. only:: esp32s2
|
|
|
|
|
|
* Wi-Fi (2.4 GHz band)
|
|
|
@@ -141,7 +138,6 @@ If you have one of {IDF_TARGET_NAME} development boards listed below, you can cl
|
|
|
ESP32-S3-DevKitC-1 <../hw-reference/esp32s3/user-guide-devkitc-1>
|
|
|
|
|
|
|
|
|
-
|
|
|
.. _get-started-step-by-step:
|
|
|
|
|
|
Installation Step by Step
|
|
|
@@ -399,9 +395,7 @@ Windows
|
|
|
cd %userprofile%\esp
|
|
|
xcopy /e /i %IDF_PATH%\examples\get-started\hello_world hello_world
|
|
|
|
|
|
-There is a range of example projects in the :idf:`examples` directory in ESP-IDF. You can copy any project in the same way as presented above and run it.
|
|
|
-
|
|
|
-It is also possible to build examples in-place, without copying them first.
|
|
|
+There is a range of example projects in the :idf:`examples` directory in ESP-IDF. You can copy any project in the same way as presented above and run it. It is also possible to build examples in-place, without copying them first.
|
|
|
|
|
|
.. important::
|
|
|
|
|
|
@@ -473,8 +467,7 @@ You are using this menu to set up project specific variables, e.g. Wi-Fi network
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
- The colors of the menu could be different in your terminal. You can change the appearance with the option
|
|
|
- ``--style``. Please run ``idf.py menuconfig --help`` for further information.
|
|
|
+ The colors of the menu could be different in your terminal. You can change the appearance with the option ``--style``. Please run ``idf.py menuconfig --help`` for further information.
|
|
|
|
|
|
.. _get-started-build:
|
|
|
|