Updated docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@19 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b5d671776c
commit
eed9c51a9a
37
Documentation/NuttX.html
Normal file
37
Documentation/NuttX.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<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>
|
||||||
|
|
20
Documentation/NuttXBanner.html
Normal file
20
Documentation/NuttXBanner.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<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&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>
|
@ -6,6 +6,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<hr>
|
||||||
|
<center><h1><i>Under Construction</i></h1></center>
|
||||||
|
<hr>
|
||||||
<center>
|
<center>
|
||||||
<big><b>
|
<big><b>
|
||||||
<p>Nuttx Operating System</p>
|
<p>Nuttx Operating System</p>
|
||||||
|
BIN
Documentation/backgd.gif
Normal file
BIN
Documentation/backgd.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
14
Documentation/index.html
Normal file
14
Documentation/index.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user