Apache NuttX is a mature, real-time embedded operating system (RTOS) https://nuttx.apache.org/
Find a file
raiden00pl dbbe06193e arch/arm/src/nrf{52|53|91}/xxx_rtc.h: include nuttx/irq.h
fixes undefined xcpt_t error that sometimes occurs
2024-02-17 04:59:49 -08:00
.github
arch arch/arm/src/nrf{52|53|91}/xxx_rtc.h: include nuttx/irq.h 2024-02-17 04:59:49 -08:00
audio
binfmt
boards risc-v/k230: revise k230 hart operations and kernel linker script. 2024-02-15 19:53:24 -08:00
cmake
crypto
Documentation docs/tmpfs: add initial document 2024-02-15 17:49:15 +08:00
drivers rpmsg/ping: Replace UINT_MAX with CLOCK_MAX 2024-02-16 22:16:31 +02:00
dummy
fs fs/mount: add FS_RPMSGFS as cause of NODFS_SUPPORT 2024-02-10 17:07:05 +08:00
graphics
include rpmsg/debug: add debug configs and macros 2024-02-15 19:53:55 -08:00
libs libs/libxx: add patch to remove mach/mach_time.h inclusion 2024-02-16 10:42:23 -08:00
mm compiler/tasking: fix NULL pointer reference 2024-01-31 05:02:56 -08:00
net net/nat: Fix ICMP Error MSG Processing 2024-02-05 19:36:59 +08:00
openamp openamp: Fix void pointer arithmetic in openamp to remove compilation warnings 2024-02-12 17:06:33 +01:00
pass1
sched
syscall
tools Revert "citest/sim01: disable sim:libcxxtest on macOS" 2024-02-16 10:42:23 -08:00
video
wireless
.asf.yaml
.gitignore fs/vfat: Fix typo in the macro DIRSEC_BYTENDX 2024-02-03 12:46:08 -03:00
.yamllint
AUTHORS
CMakeLists.txt
CONTRIBUTING.md
INVIOLABLES.md
Kconfig rpmsg/debug: add debug configs and macros 2024-02-15 19:53:55 -08:00
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.