mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Prep for 6.4 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3675 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+30
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user