Go to file
Alin Jerpelea 589bb56bcb Documentation: add NuttX-12.5.1 release notes
Add release notes for 12.5.1 release

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2024-04-08 21:40:59 +08:00
.github
arch arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale and pulse width 2024-04-08 03:02:42 +08:00
audio
binfmt all: Fix accessing uninitialized local variables 2024-04-04 11:51:54 +08:00
boards Fixed CI issues caused by moving OSPERF in https://github.com/apache/nuttx-apps/pull/2346 2024-04-08 14:08:55 +08:00
cmake
crypto
Documentation Documentation: add NuttX-12.5.1 release notes 2024-04-08 21:40:59 +08:00
drivers driver/filemtd:support isbad & markbad 2024-04-07 18:50:00 +08:00
dummy
fs
graphics
include include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s 2024-04-05 17:14:23 -03:00
libs
mm kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
net net/nat: Support Symmetric NAT 2024-04-07 23:57:55 +08:00
openamp
pass1
sched
syscall
tools kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
video
wireless
.asf.yaml
.gitignore
.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.