Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
98f35925
Commit
98f35925
authored
17 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@428
42af7a65-404d-4744-a932-0658087f49c3
parent
3988e65c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/NuttX.html
+21
-21
21 additions, 21 deletions
Documentation/NuttX.html
with
21 additions
and
21 deletions
Documentation/NuttX.html
+
21
−
21
View file @
98f35925
...
...
@@ -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
s
calable.
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment