nuttx/Documentation/quickstart/index.rst
Xiang Xiao 598e3eedb4 Documentation: Remove all tail spaces from *.rst and *.html
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-10-18 10:51:22 -07:00

27 lines
930 B
ReStructuredText

===============
Getting Started
===============
This section describes how to get started with NuttX. :ref:`quickstart/quickstart:Quickstart` is for
experienced embedded developers, and quickly outlines the basic of getting NuttX configured and
compiled. Use this if you are experienced with FreeRTOS, Zephyr, or a similar RTOS.
The remaining sections are detailed instructions aimed at beginners for getting the necessary
compilers and other tools installed, then compiling NuttX and running on your hardware. There are sections
on configuring NuttX with more features than just the minimum, and a section on debugging. For reference
there is also a description of the code organization and some details about what happens when running ``make``
to build NuttX.
.. toctree::
:maxdepth: 1
quickstart.rst
install.rst
compiling.rst
running.rst
configuring.rst
debugging.rst
organization.rst
build_and_make.rst