Updated for 0.3.5

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@452 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-18 20:03:03 +00:00
parent 48a5b245df
commit 26a0534734
3 changed files with 31 additions and 68 deletions
+3 -1
View File
@@ -271,7 +271,7 @@
* Added C5471 Ethernet device driver (arch/arm/src/c5471/c5471_ethernet.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. * Found and fixed several problems in uIP when compiled for ARM with optimization.
0.3.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 0.3.5 2007-12-18 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added inet_ntoa() and ether_ntoa() * Added inet_ntoa() and ether_ntoa()
* Added netdev_foreach() to support traversal of registered network devices * Added netdev_foreach() to support traversal of registered network devices
@@ -282,3 +282,5 @@
* Modified DHCPC (netutils/dhcpc) so that it should work in environments where * Modified DHCPC (netutils/dhcpc) so that it should work in environments where
there are more than one DHCPD server. there are more than one DHCPD server.
* NSH ifconfig command now shows uIP status was well (examples/nsh) * NSH ifconfig command now shows uIP status was well (examples/nsh)
0.3.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+20 -42
View File
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: December 12, 2007</p> <p>Last Updated: December 18, 2007</p>
</td> </td>
</tr> </tr>
</table> </table>
@@ -395,7 +395,7 @@
</table> </table>
<p> <p>
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 <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a> from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website. website.
The change log associated with the release is available <a href="#currentrelease">here</a>. The change log associated with the release is available <a href="#currentrelease">here</a>.
@@ -403,26 +403,16 @@
These unreleased changes are listed <a href="#pendingchanges">here</a>. These unreleased changes are listed <a href="#pendingchanges">here</a>.
</p> </p>
<p> <p>
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 subsystem and the uIP TCP/IP, UDP, and ICMP stacks based on
<a href="http://www.sics.se/~adam/uip/index.php/Main_Page">uIP</a> <a href="http://www.sics.se/~adam/uip/index.php/Main_Page">uIP</a>
into NuttX. into NuttX.
</p> </p>
<p> <p>
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 <a href="#currentrelease">ChangeLog</a>
for a detailed list of changes and fixes.
</p> </p>
<ul>
<li>TELNET front-end to NSH,</li>
<li>DHCPC server functionality, and</li>
<li>C5471 Ethernet driver.</li>
</ul>
<p>
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.
</p>
<p> <p>
The level of network reliability is at a strong beta release level. The The level of network reliability is at a strong beta release level. The
baseline functionality of NuttX continues to mature and remains at baseline functionality of NuttX continues to mature and remains at
@@ -430,11 +420,9 @@
</p> </p>
<p> <p>
Parts of this release were verified only on the Neuros OSD (DM320 ARM9) This release was verified only on the Spectrum Digital C5471 EVM using
platform using the DM90x0 Ethernet driver and other parts on the Spectrum the C5471 Ethernet driver. Any feedback about bugsor suggestions for
Digital C5471 EVM using the C5471 Ethernet driver. Any feedback about bugs improvement would be greatly appreciated.
or suggestions for mproving the network reliability/performance would be
greatly appreciated.
</p> </p>
<table width ="100%"> <table width ="100%">
@@ -683,18 +671,17 @@ Other memory:
</table> </table>
<pre><ul> <pre><ul>
0.3.4 2007-12-10 Gregory Nutt <spudmonkey@racsa.co.cr> 0.3.5 2007-12-18 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added and partially verified DHCP server logic (netutils/dhcpd) * Added inet_ntoa() and ether_ntoa()
* Fix BROADCAST=y compilation problems * Added netdev_foreach() to support traversal of registered network devices
* Fix UDP recvfrom timeout bug * Added support for 'ifconfig' command to NSH (examples/nsh)
* Correct processing of input UDP broadcast packets. * Moved MAC and ethernet definitions to net/ethernet.h
* Verfied basic DHCP client functionality (netutils/dhcpc) * Fix sim and DM90x0 compilation errors introduced in 0.3.4
* Implemented send() timeout logic * Fixed errors in C5471 configuration files for examples/uip
* Added and verifed a TELNETD front end to NSH (examples/nsh) * Modified DHCPC (netutils/dhcpc) so that it should work in environments where
* Add a skeleton Ethernet device driver (drivers/net/skeleton.c) there are more than one DHCPD server.
* Added C5471 Ethernet device driver (arch/arm/src/c5471/c5471_ethernet.c) * NSH ifconfig command now shows uIP status was well (examples/nsh)
* Found and fixed several problems in uIP when compiled for ARM with optimization.
</pre></ul> </pre></ul>
<table width ="100%"> <table width ="100%">
@@ -706,17 +693,8 @@ Other memory:
</table> </table>
<pre><ul> <pre><ul>
0.3.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 0.3.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* 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)
</pre></ul> </pre></ul>
<table width ="100%"> <table width ="100%">
+8 -25
View File
@@ -1,29 +1,12 @@
nuttx-0.3.4 nuttx-0.3.5
^^^^^^^^^^^ ^^^^^^^^^^^
This is the 16th release of NuttX and the 5th release containing This is the 17th release of NuttX this release is primarily a bug-fix
the integration of a network subsystem and the uIP TCP/IP, UDP, and release and intended to synchronize with the current CVS contents. See
ICMP stacks into NuttX (see http://www.sics.se/~adam/uip/index.php/Main_Page). the ChangeLog for a detailed list of changes and fixes.
This release is primarily a bug-fix release. New features include This release were verified only on the Spectrum Digital C5471 EVM using
only: the C5471 Ethernet driver. Any feedback about bugs or suggestions for
improvement would be greatly appreciated.
o TELNET front-end to NSH, This tarball contains a complete CVS snapshot from December 18, 2007.
o DHCPC server functionality, and
o 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
post-beta or production level.
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 tarball contains a complete CVS snapshot from December 10, 2007.