nuttx/Documentation/quickstart/index.rst

29 lines
943 B
ReStructuredText
Raw Normal View History

.. todo::
===============
Getting Started
===============
2020-07-21 00:18:26 +02:00
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.
2020-07-21 00:18:26 +02:00
.. toctree::
:maxdepth: 1
quickstart.rst
install.rst
compiling.rst
running.rst
configuring.rst
debugging.rst
2020-07-21 00:18:26 +02:00
organization.rst
build_and_make.rst