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
d005c70e
Commit
d005c70e
authored
17 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@209
42af7a65-404d-4744-a932-0658087f49c3
parent
886acfaf
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
Documentation/NuttX.html
+8
-4
8 additions, 4 deletions
Documentation/NuttX.html
with
10 additions
and
5 deletions
ChangeLog
+
2
−
1
View file @
d005c70e
...
...
@@ -124,7 +124,8 @@
0.2.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Added support for the NXP 214x processor on the mcu123.com lpc214x
development board.
development board (untested)
* Added support for block devices.
* Corrected some build/configuration issues introduced with the
last release.
* Started m68322
This diff is collapsed.
Click to expand it.
Documentation/NuttX.html
+
8
−
4
View file @
d005c70e
...
...
@@ -8,7 +8,7 @@
<tr
align=
"center"
bgcolor=
"#e4e4e4"
>
<td>
<h1><big><font
color=
"#3c34ec"
><i>
NuttX RTOS
</i></font></big></h1>
<p>
Last Updated:
April 29
, 2007
</p>
<p>
Last Updated:
May 8
, 2007
</p>
</td>
</tr>
</table>
...
...
@@ -97,10 +97,13 @@
<td>
<p>
The goal is to provide most standard POSIX OS interfaces to support
a rich multi-threaded development environment.
a rich, multi-threaded development environment for deeply embedded
processors.
</p>
NON-GOALS: (1) It is not a goal to provide OS subsystems such
as network or USB (but these could obviously be added).
NON-GOALS: (1) It is not a goal to provide the rich level of OS
features like those provided with Linux.
Small footprint is more important than features.
Standard compliance is more important than small footprint.
(2) There is no MMU-based support for processes.
At present, NuttX assumes a flat address space.
</p>
...
...
@@ -501,6 +504,7 @@ Other memory:
* Added support for the NXP 214x processor on the mcu123.com lpc214x
development board.
* Added support for block devices.
* Corrected some build/configuration issues introduced with the
last release.
* Started m68322
...
...
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