NuttX


Apache NuttX is a free and open-source real-time operating system with an emphasis on technical standards compliance and on having a small footprint. It is scalable from 8-bit to 64-bit microcontroller environments. The main governing standards in NuttX are from the Portable Operating System Interface and the American National Standards Institute. Further standard application programming interfaces from Unix and other common RTOSes are adopted for functions unavailable under these standards, or inappropriate for deeply embedded environments, such as the fork() system call.
NuttX was initially released in 2007 under the permissive BSD license. In December 2019, it began incubation at the Apache Software Foundation. Changing its license from BSD to Apache License and graduated to a top-level project in November 2022.

Projects using NuttX