diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index c4191189990..27a436ffe8d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: December 12, 2007
+ Last Updated: December 18, 2007
|
@@ -395,7 +395,7 @@
- The 16th release of NuttX (nuttx-0.3.4) is available for download
+ The 17th release of NuttX (nuttx-0.3.5) is available for download
from the SourceForge
website.
The change log associated with the release is available here.
@@ -403,26 +403,16 @@
These unreleased changes are listed here.
- NuttX 0.3.4 is the 5th release containing the integration of a network
+ NuttX 0.3.5 is the 6th release containing the integration of a network
subsystem and the uIP TCP/IP, UDP, and ICMP stacks based on
uIP
into NuttX.
- This release is primarily a bug-fix release. New features include only:
+ This release is primarily a bug-fix release and intended to synchronize
+ with the current CVS contents. See the ChangeLog
+ for a detailed list of changes and fixes.
-
-- TELNET front-end to NSH,
-- DHCPC server functionality, and
-- C5471 Ethernet driver.
-
-
-
- Numerous network related problems were fixed related to DHCPC, UDP
- input processing, UDP broadcast, send timeouts, and bad compilation when
- uIP is compiled at high levels of optimizatin.
-
-
The level of network reliability is at a strong beta release level. The
baseline functionality of NuttX continues to mature and remains at
@@ -430,11 +420,9 @@
- Parts of this release were verified only on the Neuros OSD (DM320 ARM9)
- platform using the DM90x0 Ethernet driver and other parts on the Spectrum
- Digital C5471 EVM using the C5471 Ethernet driver. Any feedback about bugs
- or suggestions for mproving the network reliability/performance would be
- greatly appreciated.
+ This release was verified only on the Spectrum Digital C5471 EVM using
+ the C5471 Ethernet driver. Any feedback about bugsor suggestions for
+ improvement would be greatly appreciated.
@@ -683,18 +671,17 @@ Other memory:
-0.3.4 2007-12-10 Gregory Nutt
+0.3.5 2007-12-18 Gregory Nutt
- * Added and partially verified DHCP server logic (netutils/dhcpd)
- * Fix BROADCAST=y compilation problems
- * Fix UDP recvfrom timeout bug
- * Correct processing of input UDP broadcast packets.
- * Verfied basic DHCP client functionality (netutils/dhcpc)
- * Implemented send() timeout logic
- * Added and verifed a TELNETD front end to NSH (examples/nsh)
- * Add a skeleton Ethernet device driver (drivers/net/skeleton.c)
- * Added C5471 Ethernet device driver (arch/arm/src/c5471/c5471_ethernet.c)
- * Found and fixed several problems in uIP when compiled for ARM with optimization.
+ * Added inet_ntoa() and ether_ntoa()
+ * Added netdev_foreach() to support traversal of registered network devices
+ * Added support for 'ifconfig' command to NSH (examples/nsh)
+ * Moved MAC and ethernet definitions to net/ethernet.h
+ * Fix sim and DM90x0 compilation errors introduced in 0.3.4
+ * Fixed errors in C5471 configuration files for examples/uip
+ * Modified DHCPC (netutils/dhcpc) so that it should work in environments where
+ there are more than one DHCPD server.
+ * NSH ifconfig command now shows uIP status was well (examples/nsh)
@@ -706,17 +693,8 @@ Other memory:
-0.3.5 2007-xx-xx Gregory Nutt
+0.3.6 2007-xx-xx Gregory Nutt
- * Added inet_ntoa() and ether_ntoa()
- * Added netdev_foreach() to support traversal of registered network devices
- * Added support for 'ifconfig' command to NSH (examples/nsh)
- * Moved MAC and ethernet definitions to net/ethernet.h
- * Fix sim and DM90x0 compilation errors introduced in 0.3.4
- * Fixed errors in C5471 configuration files for examples/uip
- * Modified DHCPC (netutils/dhcpc) so that it should work in environments where
- there are more than one DHCPD server.
- * NSH ifconfig command now shows uIP status was well (examples/nsh)