9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@428 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-12-05 15:12:38 +00:00
parent f6b869550b
commit c3b5f705ad
1 changed files with 21 additions and 21 deletions

View File

@ -195,7 +195,7 @@
<td><br></td>
<td>
<p>
Modular, micro-kernel
<li>Modular, micro-kernel</li>
</p>
</tr>
@ -203,7 +203,7 @@
<td><br></td>
<td>
<p>
Fully pre-emptible.
<li>Fully pre-emptible.</li>
</p>
</tr>
@ -211,7 +211,7 @@
<td><br></td>
<td>
<p>
Naturally calable.
<li>Naturally scalable.</li>
</p>
</tr>
@ -219,7 +219,7 @@
<td><br></td>
<td>
<p>
Easily extensible to new processor architectures, SoC architecture, or board architectures.
<li>Easily extensible to new processor architectures, SoC architecture, or board architectures.</li>
</p>
</tr>
@ -227,7 +227,7 @@
<td><br></td>
<td>
<p>
FIFO and round-robin scheduling.
<li>FIFO and round-robin scheduling.</li>
</p>
</tr>
@ -235,7 +235,7 @@
<td><br></td>
<td>
<p>
Realtime, deterministic.
<li>Realtime, deterministic.</li>
</p>
</tr>
@ -243,7 +243,7 @@
<td><br></td>
<td>
<p>
POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, environment variables, filesystem.
<li>POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, environment variables, filesystem.</li>
</p>
</tr>
@ -251,7 +251,7 @@
<td><br></td>
<td>
<p>
VxWorks-like task management and watchdog timers.
<li>VxWorks-like task management and watchdog timers.</li>
</p>
</tr>
@ -259,7 +259,7 @@
<td><br></td>
<td>
<p>
BSD socket interface.
<li>BSD socket interface.</li>
</p>
</tr>
@ -267,7 +267,7 @@
<td><br></td>
<td>
<p>
Extensions to manage pre-emption.
<li>Extensions to manage pre-emption.</li>
</p>
</tr>
@ -275,7 +275,7 @@
<td><br></td>
<td>
<p>
Well documented in the NuttX <a href="NuttxUserGuide.html">User Guide</a>.
<li>Well documented in the NuttX <a href="NuttxUserGuide.html">User Guide</a>.</li>
</p>
</tr>
@ -290,7 +290,7 @@
<td><br></td>
<td>
<p>
Tiny in-memory, root pseudo-file-system.
<li>Tiny in-memory, root pseudo-file-system.</li>
</p>
</tr>
@ -298,7 +298,7 @@
<td><br></td>
<td>
<p>
Supports character and block drivers.
<li>Supports character and block drivers.</li>
</p>
</tr>
@ -306,7 +306,7 @@
<td><br></td>
<td>
<p>
Network and serial driver architecture.
<li>Network and serial driver architecture.</li>
</p>
</tr>
@ -314,7 +314,7 @@
<td><br></td>
<td>
<p>
Mount-able volumes. Bind mountpoint, filesystem, and block device driver.
<li>Mount-able volumes. Bind mountpoint, filesystem, and block device driver.</li>
</p>
</tr>
@ -322,7 +322,7 @@
<td><br></td>
<td>
<p>
VFAT filesystem support.
<li>VFAT filesystem support.</li>
</p>
</tr>
@ -337,7 +337,7 @@
<td><br></td>
<td>
<p>
Fully integrated into the OS.
<li>Fully integrated into the OS.</li>
</p>
</tr>
@ -352,7 +352,7 @@
<td><br></td>
<td>
<p>
TCP/IP, UDP, ICMP stacks.
<li>TCP/IP, UDP, ICMP stacks.</li>
</p>
</tr>
@ -360,7 +360,7 @@
<td><br></td>
<td>
<p>
Small footprint (based on uIP).
<li>Small footprint (based on uIP).</li>
</p>
</tr>
@ -368,7 +368,7 @@
<td><br></td>
<td>
<p>
BSD compatible socket layer.
<li>BSD compatible socket layer.</li>
</p>
</tr>
@ -376,7 +376,7 @@
<td><br></td>
<td>
<p>
Networking utilities.
<li>Networking utilities.</li>
</p>
</tr>
</table></center>