Go to file
chenrun1 def05ebabb hostfs:ioctl should return -ENOTTY when the instruction is incompatible
When sending FIOC_XXXLK to hostfs, hostfs will return -1 by default. For ioctl statements, incompatible instructions should be processed as -ENOTTY by default

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-08-18 10:17:48 +08:00
.github ISSUE_TEMPLATE: Fixed incorrect links for issue forms 2024-08-05 15:35:48 -03:00
arch esp32[c3|c6|h2]: Add adjustable SPI clock speed 2024-08-17 13:43:58 +08:00
audio
binfmt coredump:support coredump aligned access registers 2024-08-12 02:02:25 +08:00
boards espressif: Fix default pins for SPI bus 2 on ESP32-[C3|C6|H2] 2024-08-17 13:43:58 +08:00
cmake make/disassembly: generate disassembly file 2024-08-16 15:22:25 +08:00
crypto
Documentation espressif: Fix default pins for SPI bus 2 on ESP32-[C3|C6|H2] 2024-08-17 13:43:58 +08:00
drivers drivers/video: add goldfish gpu fb 2024-08-18 10:15:00 +08:00
dummy
fs hostfs:ioctl should return -ENOTTY when the instruction is incompatible 2024-08-18 10:17:48 +08:00
graphics
include drivers/video: add goldfish gpu fb 2024-08-18 10:15:00 +08:00
libs cmake:bugfix fix CMake LTO build block 2024-08-15 18:01:50 +08:00
mm mm/map/vm_region.c: Fix formatting error 2024-08-16 09:50:23 -03:00
net Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
openamp
pass1
sched sched:fix windows sim build error 2024-08-14 22:36:57 +08:00
syscall
tools make/disassembly: generate disassembly file 2024-08-16 15:22:25 +08:00
video
wireless
.asf.yaml
.gitignore fs/mnemofs: Refactor path logic, direntry size bug fix, open free bug fix 2024-08-09 09:00:17 +02: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

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.