Apache NuttX is a mature, real-time embedded operating system (RTOS)
Go to file
jianglianfang db78cc9c0f input: fix goldfish input and lvgl input device name mismatch problem
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-08-19 14:03:32 +08:00
.github
Documentation doc: Fix documentation typo and missing git package 2024-08-19 13:53:15 +08:00
arch xtensa_cache:add up_get_cachesize api 2024-08-19 13:54:53 +08:00
audio
binfmt coredump:support coredump aligned access registers 2024-08-12 02:02:25 +08:00
boards add configuration to use the gpio example and update interrupt gpio according to the pinout description. 2024-08-19 13:54:11 +08:00
cmake make/disassembly: generate disassembly file 2024-08-16 15:22:25 +08:00
crypto
drivers input: fix goldfish input and lvgl input device name mismatch problem 2024-08-19 14:03:32 +08:00
dummy
fs nuttx/fs:Rename node with inode. 2024-08-19 13:35:56 +08:00
graphics
include greenhills: add empty "__extension__" definition to fix build error 2024-08-19 10:37:54 +08:00
libs toolchain/ghs: Fix green hills toolchain build Vela MIN_MANT error 2024-08-19 10:37:54 +08:00
mm mm/mempool: rename the mempool_alloc and mempool_free function 2024-08-18 19:46:54 +08:00
net Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
openamp
pass1
sched arch: inline this_task to improve performence 2024-08-18 10:53:51 -03:00
syscall
tools tools/parsetrace.py:fix parsetrace script error. 2024-08-19 13:53:30 +08:00
video
wireless
.asf.yaml
.gitignore build: untracked these two types of files 2024-08-18 19:38:44 +08:00
.yamllint
AUTHORS
CMakeLists.txt cmake:bugfix fix CMake LTO build block 2024-08-15 18:01:50 +08:00
CONTRIBUTING.md
INVIOLABLES.md
Kconfig make/disassembly: generate disassembly file 2024-08-16 15:22:25 +08:00
LICENSE
Makefile
NOTICE
README.md
ReleaseNotes

README.md

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.