Release 0.3.4

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@436 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-10 17:15:11 +00:00
parent 32b30abf8f
commit a13244eeaf
7 changed files with 181 additions and 93 deletions

View File

@@ -1,31 +1,29 @@
nuttx-0.3.3
nuttx-0.3.4
^^^^^^^^^^^
This is the 15th release of NuttX and the 4th release containing
This is the 16th release of NuttX and the 5th release containing
the integration of a network subsystem and the uIP TCP/IP, UDP, and
ICMP stacks into NuttX (see http://www.sics.se/~adam/uip/index.php/Main_Page).
Many network-related problems have been fixed and the implementation
has matured significantly. This release consists of:
This release is primarily a bug-fix release. New features include
only:
o TCP-related bug-fixes for disconnecting sockets
o Correction of some TCP read-ahead logic
o TCP performance improvements
o Misc. additions and cleanup (See the ChangeLog for a complete list of
changes).
o TELNET front-end to NSH,
o DHCPC server functionality, and
o C5471 Ethernet driver.
The level of network reliability is at an early beta release level. The
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. Open network-related issues include only:
post-beta or production level.
o Some minor unimplemented BSD socket functionality,
o Thread safety issues: the same socket cannot be used concurrently on
different threads.
o Pending design changes necessary to support multiple network interfaces.
o IPv6 support is incomplete.
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 has been verified only on the Neuros OSD (DM320 ARM9)
platform using the DM90x0 driver. Any feedback for improving the network
reliability/performance would be greatly appreciated.
This tarball contains a complete CVS snapshot from November 28, 2007.
This tarball contains a complete CVS snapshot from December 10, 2007.