26 lines
815 B
HTML
26 lines
815 B
HTML
<html>
|
|
<head>
|
|
<title>NuttX Getting Started</title>
|
|
</head>
|
|
|
|
<body background="backgd.gif">
|
|
<hr><hr>
|
|
<table width ="100%">
|
|
<tr align="center" bgcolor="#e4e4e4">
|
|
<td>
|
|
<h1><big><font color="#3c34ec"><i>Getting Started with NuttX</i></font></big></h1>
|
|
<p>Last Updated: December 31, 2011</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr><hr>
|
|
<p><b>Getting Started</b>.
|
|
There is no official "Getting Started" Guide for NuttX yet.
|
|
However, most everything that you need to get started with NuttX can be found in the
|
|
<a href="https://github.com/apache/incubator-nuttx/blob/master/README.txt" target="_blank">NuttX README.txt</a>.
|
|
</p>
|
|
<p>There is an unofficial introductory guide to NuttX available called the
|
|
<a href="https://nuttx-companion.readthedocs.io/">NuttX Companion</a>.</p>
|
|
</body>
|
|
</html>
|