Skip to content
ReleaseNotes 1.25 KiB
Newer Older
patacongo's avatar
patacongo committed
nuttx-0.3.3
patacongo's avatar
patacongo committed
^^^^^^^^^^^
patacongo's avatar
patacongo committed
This is the 15th release of NuttX and the 4th release containing
patacongo's avatar
patacongo committed
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).
patacongo's avatar
patacongo committed
Many network-related problems have been fixed and the implementation
patacongo's avatar
patacongo committed
has matured significantly.  This release consists of:
patacongo's avatar
patacongo committed
o TCP-related bug-fixes for disconnecting sockets
o Correction of some TCP read-ahead logic
patacongo's avatar
patacongo committed
o TCP performance improvements
patacongo's avatar
patacongo committed
o Misc. additions and cleanup (See the ChangeLog for a complete list of
  changes).
patacongo's avatar
patacongo committed
The level of network reliability is at an early beta release level.  The
baseline functionality of NuttX continues to mature and remains at
post-beta. Open network-related issues include only:
patacongo's avatar
patacongo committed
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.
patacongo's avatar
patacongo committed

This release has been verified only on the Neuros OSD (DM320 ARM9)
patacongo's avatar
patacongo committed
platform using the DM90x0 driver. Any feedback for improving the network
reliability/performance would be greatly appreciated.
patacongo's avatar
patacongo committed
This tarball contains a complete CVS snapshot from November 28, 2007.