Apache NuttX is a mature, real-time embedded operating system (RTOS) https://nuttx.apache.org/
Find a file
nuttxs bfcc283694 arch/esp32_himemcdev: Multiple instances of struct file for the same file
share the f_inode, ensuring that the mapping status is associated with
the file entity rather than a single descriptor.
Avoid redundant mapping operations caused by multiple descriptors
operating on the same file.

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2025-03-27 02:27:35 +08:00
.github tools/ci: Added CI system on Windows Native 2025-03-19 19:59:44 +08:00
arch arch/esp32_himemcdev: Multiple instances of struct file for the same file 2025-03-27 02:27:35 +08:00
audio audio/composite: merge composite instance allocate to one times 2025-03-17 10:26:54 +01:00
binfmt binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
boards boards/raspberrypi-pico: add waveshare Pico-ResTouch-LCD-2.8 board support 2025-03-27 02:25:51 +08:00
cmake
crypto
Documentation Documentation/szpi-esp32s3: Add doc for PCA9557 2025-03-25 15:46:09 -03:00
drivers drivers/mtd/gd55.c: fix uninitialised variables. 2025-03-27 02:16:48 +08:00
dummy
fs fs/vfs/fs_poll: Add noinstrument_function to poll_notify function 2025-03-18 09:17:52 +08:00
graphics
include arch/arm: Fix crash when using memcpy/memset as RAMFUNCS 2025-03-27 02:17:14 +08:00
libs [nxstyle] fix Relative files path 2025-02-21 15:36:05 +01:00
mm
net net/udp: correct icmp(v6) response from udp_input 2025-03-17 09:57:50 +01:00
openamp
pass1
sched Correct the pthread mutex priority inheritance default setting 2025-03-26 22:36:48 +08:00
syscall
tools tools/espressif: Improve version checking by subprocess 2025-03-27 02:26:47 +08:00
video
wireless
.asf.yaml
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CMakeLists.txt CMakeLists.txt: fix warnings when using upstream boards in out-of-tree configs 2025-03-26 19:24:36 +08:00
CONTRIBUTING.md 202503 Apache NuttX RTOS Contributing Guidelines update. 2025-03-17 08:30:37 -03:00
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.