Apache NuttX is a mature, real-time embedded operating system (RTOS)
Go to file
Jorge Guzman b4d977715e stm32h7/linum-stm32h753bi: Add support to usbmsc with sdcard
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-05-02 16:00:47 +08:00
.github
Documentation stm32h7/linum-stm32h753bi: Add support to usbmsc with sdcard 2024-05-02 16:00:47 +08:00
arch esp32s3: add a variation with 32MB flash 2024-05-01 23:34:12 +08:00
audio
binfmt
boards stm32h7/linum-stm32h753bi: Add support to usbmsc with sdcard 2024-05-02 16:00:47 +08:00
cmake cmake:bugfix generate config.h contain ; characters will be handled incorrectly 2024-04-29 11:14:48 -03:00
crypto
drivers driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
dummy
fs
graphics
include libc/string: replace __builtin_ffsl with inline function 2024-04-30 19:47:08 +08:00
libs libc/string: replace __builtin_ffsl with inline function 2024-04-30 19:47:08 +08:00
mm
net tcp: decouple TCP_NODELAY and NET_TCP_KEEPALIVE 2024-04-29 17:45:14 +08:00
openamp
pass1
sched sched: wqueue: Remove sched_[un]lock from kwork_inherit.c 2024-05-01 11:08:07 +08:00
syscall
tools
video
wireless
.asf.yaml
.gitignore
.yamllint
AUTHORS
CMakeLists.txt
CONTRIBUTING.md
INVIOLABLES.md
Kconfig
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.