๐Ÿ“ฆ apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)

โ˜… 3.6k stars โ‘‚ 1.5k forks ๐Ÿ‘ 3.6k watching โš–๏ธ Apache License 2.0
embeddedmcumicrocontrollernuttxreal-timertos
๐Ÿ“ฅ Clone https://github.com/apache/nuttx.git
HTTPS git clone https://github.com/apache/nuttx.git
SSH git clone git@github.com:apache/nuttx.git
CLI gh repo clone apache/nuttx
v-zhangxiaomeng5 v-zhangxiaomeng5 libxx: fix __config_site for libcxx compile errors c95b6b1 23 hours ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ arch
๐Ÿ“ audio
๐Ÿ“ binfmt
๐Ÿ“ boards
๐Ÿ“ cmake
๐Ÿ“ crypto
๐Ÿ“ Documentation
๐Ÿ“ drivers
๐Ÿ“ dummy
๐Ÿ“ fs
๐Ÿ“ graphics
๐Ÿ“ include
๐Ÿ“ libs
๐Ÿ“ mm
๐Ÿ“ net
๐Ÿ“ openamp
๐Ÿ“ pass1
๐Ÿ“ sched
๐Ÿ“ syscall
๐Ÿ“ tools
๐Ÿ“ video
๐Ÿ“ wireless
๐Ÿ“„ .asf.yaml
๐Ÿ“„ .codespellrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ .gitmessage
๐Ÿ“„ .yamllint
๐Ÿ“„ AUTHORS
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ INVIOLABLES.md
๐Ÿ“„ Kconfig
๐Ÿ“„ LICENSE
๐Ÿ“„ Makefile
๐Ÿ“„ NOTICE
๐Ÿ“„ README.md
๐Ÿ“„ ReleaseNotes
๐Ÿ“„ README.md

POSIX Badge [![License](https://img.shields.io/badge/License-Apache%202.0-blue )](https://nuttx.apache.org/docs/latest/introduction/licensing.html) Issues Tracking Badge [![Contributors](https://img.shields.io/github/contributors/apache/nuttx )](https://github.com/apache/nuttx/graphs/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.