Apache NuttX is a mature, real-time embedded operating system (RTOS) https://nuttx.apache.org/
Find a file
Neo Xu 504c3dddf0 doc: update GDB python plugin path
The NuttX GDB python plugin has been moved to tools/pynuttx/nxgdb.
Update all documentation including this path.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2025-02-18 11:16:17 -03:00
.github
arch arm/memory_barrier: fix build warning on GCC14 2025-02-18 09:04:54 -05:00
audio
binfmt
boards xtensa/esp32s3: use common Espressif wireless source 2025-02-17 12:03:57 +01:00
cmake
crypto
Documentation doc: update GDB python plugin path 2025-02-18 11:16:17 -03:00
drivers drivers/thermal: Break loop if matching active trip point 2025-02-16 11:22:41 -03:00
dummy
fs sched/spin_lock: rename raw_spin_lock to spin_lock_notrace 2025-02-13 20:48:15 +08:00
graphics
include nuttx/compiler: fix build warning on GCC14 2025-02-18 09:04:54 -05:00
libs libs/libc/modlib/modlib_bind.c: Fix system crash if modlib_bind fails 2025-02-14 09:39:56 +08:00
mm Fix Kconfig style 2025-01-23 23:01:54 +08:00
net net: fix ipv6_input for 6lowpan 2025-02-12 10:19:50 -03:00
openamp
pass1
sched sched/spin_lock: rename raw_spin_lock to spin_lock_notrace 2025-02-13 20:48:15 +08:00
syscall syscall: add missing epoll API 2025-01-24 01:30:02 +08:00
tools nxgdb/irq: add irqinfo command 2025-02-18 11:16:17 -03:00
video
wireless bluetooth: miss carrier_[on/off] in bt_netdev 2025-02-10 09:01:03 +01:00
.asf.yaml
.gitignore
.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.