Skip to content
Snippets Groups Projects
Commit ff0207cf authored by patacongo's avatar patacongo
Browse files

Updated docs

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@19 42af7a65-404d-4744-a932-0658087f49c3
parent b8f3bd85
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<title>NuttX</title>
</head>
<body background="backgd.gif">
<hr>
<hr>
<center><h1><i>Under Construction</i></h1></center>
<hr>
<hr>
<h1>Overview</h1>
<p>
Nuttx is a real timed embedded operating system (RTOS).
Its goals are:
<p>
<ol>
<li>A very small footprint usable in all but the tightest micro-controller environments,</li>
<li>Fully scalable from tiny (8-bit) to moderate embedded (32-bit),</li>
<li>High degree of standards compliance.</li>
<li>Totally open.</li>
</ol>
<h1>Supported Platforms</h1>
<li>x86 Linux Simulation. Fully functional.</li>
<li>ARM7 (TI C5471). In progress -- my board is dead at the moment</li>
<li>8051. In progress</li>
<li>Freescale M68. Next in the queue</li>
<h1>Other Documentation</h1>
<li><a href="NuttxUserGuide.html">User Guide</li>
<li><a href="NuttxPortingGuide.html">Porting Guide</li>
</body>
</html>
<html>
<head>
<title>XFLAT Banner</title>
</head>
<body background="backgd.gif">
<table width="100%">
<tr>
<td width="210">
<a href="http://sourceforge.net/">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=235&amp;type=5" width="210" height="62" border="0" alt="SourceForge"/>
</a>
</td>
<td>
<big><b>NuttX RTOS</b></big><br>
<a href="http://sourceforge.net/projects/nuttx" target="_top">Project</a><br>
<a href="http://nuttx.sourceforge.net" target="_top">Home</a>
</td>
</tr>
</body>
</html>
\ No newline at end of file
......@@ -6,6 +6,9 @@
</head>
<body>
<hr>
<center><h1><i>Under Construction</i></h1></center>
<hr>
<center>
<big><b>
<p>Nuttx Operating System</p>
......
Documentation/backgd.gif

1.07 KiB

<html>
<head>
<title>eXtended FLAT</title>
</head>
<frameset rows="75,*" framespacing="0" border="0" frameborder="0">
<frame name="header" scrolling="no" target="main" src="NuttXBanner.html" marginwidth="0" marginheight="0">
<frame name="main" src="NuttX.html">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment