mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
[Docs] Changes according to MR review
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
{IDF_TARGET_HEAP_SIZE:default="298968", esp32="298968", esp32s2="253900", esp32s3="390684", esp32c3="337332"}
|
{IDF_TARGET_HEAP_SIZE:default="298968", esp32="298968", esp32s2="253900", esp32s3="390684", esp32c3="337332"}
|
||||||
|
|
||||||
Now you have all requirements to start using ESP-IDF, the next topic will guide you on how to start your first project.
|
Now you have all requirements met, the next topic will guide you on how to start your first project.
|
||||||
|
|
||||||
This guide will help you on the first steps using ESP-IDF. By following this guide you will able to start a new project, connect the {IDF_TARGET_NAME}, change the project configuration, build, flash, and monitor the project.
|
This guide will help you on the first steps using ESP-IDF. Follow this guide to start a new project on the {IDF_TARGET_NAME} and build, flash, and monitor the device output.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@@ -125,7 +125,6 @@ For advanced users who want to customize the install process:
|
|||||||
vscode-setup
|
vscode-setup
|
||||||
../api-guides/tools/idf-monitor
|
../api-guides/tools/idf-monitor
|
||||||
|
|
||||||
.. _MSYS2: https://www.msys2.org/
|
|
||||||
.. _CMake: https://cmake.org/download/
|
.. _CMake: https://cmake.org/download/
|
||||||
.. _Ninja: https://ninja-build.org/
|
.. _Ninja: https://ninja-build.org/
|
||||||
.. _Python: https://www.python.org/downloads/windows/
|
.. _Python: https://www.python.org/downloads/windows/
|
||||||
|
@@ -53,7 +53,6 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
|
|||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
get-started/index
|
get-started/index
|
||||||
get-started/start-project
|
|
||||||
api-reference/index
|
api-reference/index
|
||||||
hw-reference/index
|
hw-reference/index
|
||||||
api-guides/index
|
api-guides/index
|
||||||
|
Reference in New Issue
Block a user