Note
The present documentation is a recent addition to NuttX and was migrated from previous 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 instructions.
Tip
You can find the old documentation here.
NuttX Documentation
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()).
Last Updated: 05 November 24 at 00:18
- Home
- Introduction
- Getting Started
- Contributing
- The Inviolable Principles of NuttX
- Supported Platforms
- OS Components
- Applications
- API Reference
- FAQ
- Guides
- NFS Client How-To
- USB Device Trace
- Simulator
- How to debug NuttX using QEMU and GDB
- How to use RNDIS
- Drivers
- Task Trace
- C++ Example using CMake
- pysimCoder integration with NuttX
- Custom Boards How-To
- Custom Apps How-to
- High Performance, Zero Latency Interrupts
- Nested Interrupts
- Analyzing Cortex-M Hardfaults
- Core Dump
- GDB with Python
- Glossary