CINXE.COM
Home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Home</title> <meta name="author" content=""> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le styles --> <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css"> <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> <link href="/assets/themes/apache/css/demo.css" rel="stylesheet" type="text/css"/> <!-- Le fav and touch icons --> <!-- Update these with your own images <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> --> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img src="/assets/themes/apache/img/logo.png" width="30"> Apache NuttX </a> </div> <nav class="navbar-collapse collapse" role="navigation"> <ul class="nav navbar-nav navbar-right"> <li id="community"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> <ul class="dropdown-menu dropdown-left"> <li><a href="/community">Get Involved</a></li> <li><a href="/community-members">Who we are</a></li> </ul> </li> <li><a href="https://events.nuttx.apache.org">Events</a></li> <li><a href="/docs/latest">Documentation</a></li> <li><a href="https://github.com/apache/nuttx">GitHub</a></li> <li id="apache"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li> <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a href="https://www.apache.org/security/">Security</a></li> <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li> <li><a href="https://www.apache.org/events/current-event">Events</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> </ul> </li> </ul> </nav><!--/.navbar-collapse --> </div> </div> <div class="jumbotron"> <div class="container"> <h1>Apache NuttX</h1> <p>Apache NuttX is a mature, real-time embedded operating system (RTOS).</p> <p><a href="/download" class="btn btn-primary btn-lg bigFingerButton" role="button">Get NuttX</a></p> </div> </div> <div class="container"> <!--<div class="hero-unit Home"> <h1> <small>Apache Project !</small></h1> </div> --> <div class="row"> <div class="col-md-12"> <!-- --> <h2 id="apache-nuttx">Apache NuttX</h2> <p>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 RTOS鈥檚 (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()).</p> <h2 id="documentation">Documentation</h2> <p>Extensive documentation can be found <a href="/docs/latest">here</a>.</p> <h2 id="online-demo">Online Demo</h2> <p>Try the online demo <a href="/demo">here</a>.</p> <h2 id="community-events">Community Events</h2> <h3 id="international-workshop-2024">International Workshop 2024</h3> <p>The <a href="https://events.nuttx.apache.org">Apache NuttX International Workshop</a> is organized every year. You can attend online or in person for free. This year we meet on 13-14 Jun 2024 at Sony Office, Tokyo, Japan. See you there!</p> <p>Please visit <a href="https://events.nuttx.apache.org">events website</a> for more details. You can join the event at <a href="https://www.linkedin.com/events/7165682114275876869">LinkedIn</a>. <a href="https://docs.google.com/forms/d/1eAvddku9WaNn0au2QJEkOdChq4XxPP6Sj0EgIfmDXS0/edit">Call For Papers</a> is now open!</p> <p>The scope of the workshop is the Apache Nuttx庐 Real Time Operating System, the tools used for its design, development, deployment, debugging, and maintenance, the applications that use it, and the hardware on which it typically runs. The target audience is embedded systems practitioners across both industry and academia.</p> </div> </div> <hr> <footer> <!-- <p>© 2025 </p>--> <footer class="site-footer"> <div class="wrapper"> <div class="footer-col-wrapper"> <div style="text-align:center;"> <div style="margin-top: 20px; margin-bottom: 20px;"> <a href="https://www.apache.org"><img src="/assets/themes/apache/img/asf-estd-1999-logo.png" alt="Apache Software Foundation, Est. 1999"/></a> </div> <div> Copyright © 2019-2024 <a href="https://www.apache.org">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br> Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. </div> </div> </div> </div> </footer> </footer> </div> <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script> <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script> </body> </html>