summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-06 15:56:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-06 15:56:50 +0000
commitc5129f8e705e45c059d45187d3327c3dcd83f015 (patch)
tree2236f29e37f1f26c19f04b1ca1f9c2c44fe0aa4f /nuttx/ReleaseNotes
parentb47a9d79bb418b3009489b28ebfa0d3d579ceb0a (diff)
downloadpx4-nuttx-c5129f8e705e45c059d45187d3327c3dcd83f015.tar.gz
px4-nuttx-c5129f8e705e45c059d45187d3327c3dcd83f015.tar.bz2
px4-nuttx-c5129f8e705e45c059d45187d3327c3dcd83f015.zip
Prep for 6.4 releasenuttx-6.4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3675 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes31
1 files changed, 30 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 5631ef194..bde78a9c5 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -216,7 +216,7 @@ nuttx-0.3.0
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.
+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
@@ -1872,4 +1872,33 @@ are included for some build problems, USB host class driver error handling,
NX graphics color mapping, and problems with C standard I/O buffer flushing.
See the ChangeLog for further details.
+nuttx-6.4
+^^^^^^^^^
+
+The 71st release of NuttX, Version 6.4, was made on June 6, 2011 and is
+available for download from the SourceForge website. The 6.4 release
+includes several new features:
+ * A new, full-featured FTP client. This client may be used as a library
+ for automated FTP or via an FTP client shell. The FTP shell supports
+ the following commands: cd, chmod, get, help, idle, login, ls, quit,
+ mkdir, noop, put, pwd, rename, rhelp, rm, rmdir, size, time, and up.
+ A configuration is available for the NXP LPC17xx to demonstrate this
+ functionality.
+ * A functional C1101 wireless driver (contributed by Uros Platise)
+ * A PCI-based E1000 Ethernet driver (contributed by Yu Qiang)
+ * New C library functions: inet_addr() (contributed by Yu Qiang),
+ strndup(), asprintf()
+ * Reduced memory allocation overhead for MCUs with small heaps (<64Kb).
+ * fdopen() now works with socket descriptors allowing standard buffered
+ C functions to be used for network communications.
+ * The NSH ifconfig command can now be used to set or change the IP
+ address (contributed by Yu Qiang)
+
+This release also includes some completed but untest functionality.
+
+ * The MicroChip PIC32MX port is now code complete and ready to begin
+ testing. Unfortunately, testing will be delayed due to tool issues.
+ * Support for the NXP LPC315x MCUs.
+
+Additional miscellaneous enhancements and bug fixes to task_delete(), recvfrom(), and other changes as noted in the ChangeLog.