Apache NuttX is a mature, real-time embedded operating system (RTOS) https://nuttx.apache.org/
Find a file
buxiasen a569eef6ba arch: cpu pause when sigaction only necessary if tcb running
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-10-07 13:32:57 +08:00
.github
arch arch: cpu pause when sigaction only necessary if tcb running 2024-10-07 13:32:57 +08:00
audio
binfmt
boards Enable LPUART functionality for the STM32G4 series. 2024-10-07 04:14:59 +08:00
cmake
crypto
Documentation
drivers syslog/syslog_rpmsg.c: the last log may be lost when it crashes 2024-10-07 12:18:10 +08:00
dummy
fs rptun: Remove include/nuttx/rptun/openamp.h 2024-10-07 00:44:28 +08:00
graphics
include rptun: Remove include/nuttx/rptun/openamp.h 2024-10-07 00:44:28 +08:00
libs nuttx/libxx: Simplify compilation warnings for passing CXXFLAGS. 2024-10-07 00:46:45 +08:00
mm mm/heap: hold heap lock before access mm_nregions 2024-10-07 04:19:27 +08:00
net rptun: Remove include/nuttx/rptun/openamp.h 2024-10-07 00:44:28 +08:00
openamp
pass1
sched sched: replace sync pause with async pause for nxtask_terminate 2024-10-06 09:26:56 +08:00
syscall
tools
video
wireless
.asf.yaml
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CMakeLists.txt sim: add link option /LARGEADDRESSAWARE:NO for windows64 2024-10-04 08:21:35 +08:00
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.