forked from Archive/PX4-Autopilot
26 lines
847 B
HTML
26 lines
847 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 "Getting Started" Guide for NuttX yet.
|
|
However, most everything that you need to get started with NuttX can be found in the <code>README.txt</code> file located in the top-level NuttX directory.
|
|
That <code>README.txt</code> can also be read online in the NuttX SVN repository
|
|
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/README.txt?view=log">here</a>.
|
|
Just click on "Links to HEAD: (view)" on that page.
|
|
</p>
|
|
</body>
|
|
</html>
|