2020-08-16 05:10:25 +08:00
|
|
|
|
.. note::
|
2020-10-19 00:48:44 +08:00
|
|
|
|
The present documentation is a recent addition to NuttX and was migrated from previous
|
2020-08-16 05:10:25 +08:00
|
|
|
|
documentation content. For this reason, it is possible you may find broken links or
|
|
|
|
|
formatting errors. You can help contribute fixes or improvements to this documentation
|
|
|
|
|
by following these :doc:`instructions <contributing/documentation>`.
|
|
|
|
|
|
|
|
|
|
.. tip::
|
2020-10-19 00:48:44 +08:00
|
|
|
|
You can find the old documentation `here <https://cwiki.apache.org/confluence/display/NUTTX/Documentation>`_.
|
|
|
|
|
|
2020-07-21 06:18:26 +08:00
|
|
|
|
===================
|
|
|
|
|
NuttX Documentation
|
|
|
|
|
===================
|
|
|
|
|
|
2023-10-28 16:40:46 +08:00
|
|
|
|
NuttX is a real-time operating system (RTOS) with an emphasis on standards
|
|
|
|
|
compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller
|
|
|
|
|
environments, the primary governing standards in NuttX are POSIX and ANSI
|
|
|
|
|
standards. Additional standard APIs from Unix and other common RTOS’s (such as
|
|
|
|
|
VxWorks) are adopted for functionality not available under these standards, or
|
|
|
|
|
for functionality that is not appropriate for deeply-embedded environments (such
|
|
|
|
|
as fork()).
|
2020-07-21 06:18:26 +08:00
|
|
|
|
|
|
|
|
|
Last Updated: |today|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2020-08-16 05:10:25 +08:00
|
|
|
|
:caption: Table of Contents
|
2020-07-21 06:18:26 +08:00
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
Home <self>
|
2020-11-22 06:53:56 +08:00
|
|
|
|
introduction/index.rst
|
2020-07-21 06:18:26 +08:00
|
|
|
|
quickstart/index.rst
|
2021-08-23 20:36:11 +08:00
|
|
|
|
contributing/index.rst
|
2020-10-19 01:05:17 +08:00
|
|
|
|
introduction/inviolables.rst
|
2021-02-07 09:31:17 +08:00
|
|
|
|
platforms/index.rst
|
2020-07-21 06:18:26 +08:00
|
|
|
|
components/index.rst
|
|
|
|
|
applications/index.rst
|
2020-10-19 01:05:17 +08:00
|
|
|
|
reference/index.rst
|
2021-04-15 00:46:51 +08:00
|
|
|
|
faq/index.rst
|
2020-11-22 08:49:39 +08:00
|
|
|
|
guides/index.rst
|
2020-08-15 02:26:05 +08:00
|
|
|
|
glossary.rst
|
2020-10-19 00:48:44 +08:00
|
|
|
|
|
2020-07-21 06:18:26 +08:00
|
|
|
|
.. include:: substitutions.rst
|