summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-09 00:06:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-09 00:06:22 +0000
commit5b9f8bcb1766a5ee5cb746582effd570a9c6216d (patch)
treee19bdc095363ed21bfcf19a08cab8fdd3ae9916d /nuttx
parent404a5f67ab5e862744e0e493ad4743e275600022 (diff)
downloadpx4-nuttx-5b9f8bcb1766a5ee5cb746582effd570a9c6216d.tar.gz
px4-nuttx-5b9f8bcb1766a5ee5cb746582effd570a9c6216d.tar.bz2
px4-nuttx-5b9f8bcb1766a5ee5cb746582effd570a9c6216d.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog3
-rw-r--r--nuttx/Documentation/NuttX.html12
2 files changed, 10 insertions, 5 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 31f381dbf..8ab3f74bb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 64857be2f..abc5036c5 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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