Apache NuttX is a mature, real-time embedded operating system (RTOS) https://nuttx.apache.org/
Find a file
wangmingrong1 062ac70470 CMake: Fix compile error
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2025-07-03 00:17:58 +08:00
.github
arch imx9/lpuart: Fix race condition / regression in imx9_txint 2025-07-01 15:02:54 -03:00
audio
binfmt
boards arch/risc-v: update lower-half drivers for ESP32-C3|C6|H2 2025-06-30 22:40:26 +08:00
cmake
crypto
Documentation arch/arm/src/stm32/stm32_i2cslave_v2.c: add STM32 I2C Slave support for the v2 ip core 2025-07-02 01:59:46 +08:00
drivers drivers/net/Kconfig: Move NET_IGC_TXDESC and NET_IGC_RXDESC to NET_IGC menu 2025-07-03 00:16:24 +08:00
dummy
fs
graphics
include gcov: Refactoring the implementation framework of gcov 2025-07-03 00:17:58 +08:00
libs CMake: Fix compile error 2025-07-03 00:17:58 +08:00
mm kasan watchpoint: Fix judgment problem 2025-07-01 09:04:03 -03:00
net
openamp
pass1
sched bugfix: share kernel thread group should not dup files from caller group 2025-06-27 21:45:33 +08:00
syscall
tools gcov: Refactoring the implementation framework of gcov 2025-07-03 00:17:58 +08:00
video
wireless
.asf.yaml
.codespell-ignore-lines
.codespellrc
.gitignore
.gitmessage
.pre-commit-config.yaml
.yamllint
AUTHORS
CMakeLists.txt
CONTRIBUTING.md
INVIOLABLES.md
Kconfig
LICENSE
Makefile
NOTICE
README.md
ReleaseNotes

POSIX Badge License Issues Tracking Badge Contributors GitHub Build Badge Documentation Badge

Apache 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 RTOSs (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()).

For brevity, many parts of the documentation will refer to Apache NuttX as simply NuttX.

Getting Started

First time on NuttX? Read the Getting Started guide! If you don't have a board available, NuttX has its own simulator that you can run on terminal.

Documentation

You can find the current NuttX documentation on the Documentation Page.

Alternatively, you can build the documentation yourself by following the Documentation Build Instructions.

The old NuttX documentation is still available in the Apache wiki.

Supported Boards

NuttX supports a wide variety of platforms. See the full list on the Supported Platforms page.

Contributing

If you wish to contribute to the NuttX project, read the Contributing guidelines for information on Git usage, coding standard, workflow and the NuttX principles.

License

The code in this repository is under either the Apache 2 license, or a license compatible with the Apache 2 license. See the License Page for more information.