Cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@428 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3988e65c46
commit
98f35925e5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user