summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-06 19:58:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-06 19:58:14 +0000
commit7a21220ebd5cef442fb059c90e18ff90232d8dc9 (patch)
tree38277e8efa923112be23e9a0554313c0927f02e2 /nuttx/ReleaseNotes
parent4fc87116d818f5285403dbb37d2aa60d33e4203a (diff)
downloadpx4-nuttx-7a21220ebd5cef442fb059c90e18ff90232d8dc9.tar.gz
px4-nuttx-7a21220ebd5cef442fb059c90e18ff90232d8dc9.tar.bz2
px4-nuttx-7a21220ebd5cef442fb059c90e18ff90232d8dc9.zip
Verified basic client-side network functionalitynuttx-3.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@373 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes23
1 files changed, 17 insertions, 6 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 8f9a01a24..be7b984fa 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,12 +1,23 @@
-nuttx-0.2.8
+nuttx-0.3.0
^^^^^^^^^^^
-This is the 11th release of NuttX. This release (1) corrects important bugs
-in opendir and realloc, (2) adds support for environment variables, (3) adds
-several new C library interfaces, and (4) extends several example programs.
+This is the 12th release of NuttX. This release includes the initial
+integration of a network subsystem and the uIP TCP/IP stack into NuttX
+(see http://www.sics.se/~adam/uip/index.php/Main_Page). Also included
+is a device driver for the Davicom DM90x0 ethernet controller.
+
+This integration is very preliminary. Only a small portion of the
+network functionality has been integrated and there are a number of
+open issues (see the TODO file). The network subsystem is pre-alpha
+at this point in time. I expect that it will stabilize and mature
+over the next few releases.
+
+The baseline functionality of NuttX continues to mature and remains at
+post-beta (as long as the network is not used).
See the ChangeLog for a complete list of changes.
-This release has been verified only on the Linux user-mode platform.
+This release has been verified only on the Neuros OSD (DM320 ARM9)
+platform using the DM90x0 driver.
-This tarball contains a complete CVS snapshot from July 2, 2007.
+This tarball contains a complete CVS snapshot from November 6, 2007.