Prep for 6.10 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4028 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-10-06 20:39:57 +00:00
parent b427cf23b0
commit b9c6b30f83

View File

@ -1,9 +1,9 @@
5.19 2011-03-12 Gregory Nutt <spudmonkey@racsa.co.cr> 5.19 2011-03-12 Gregory Nutt <gnutt@nuttx.org>
* Initial version of the apps/ directory was released as contributed by * Initial version of the apps/ directory was released as contributed by
Uros Platise. Uros Platise.
6.0 2011-03-21 Gregory Nutt <spudmonkey@racsa.co.cr> 6.0 2011-03-21 Gregory Nutt <gnutt@nuttx.org>
* README.txt -- README cosmetics * README.txt -- README cosmetics
* hello/ -- hello world minor changes * hello/ -- hello world minor changes
@ -15,7 +15,7 @@
the apps/ directory the apps/ directory
* Moved exec_nuttapp machinery into the nuttapp/ directory. * Moved exec_nuttapp machinery into the nuttapp/ directory.
6.1 2011-04-10 Gregory Nutt <spudmonkey@racsa.co.cr> 6.1 2011-04-10 Gregory Nutt <gnutt@nuttx.org>
* Creation of auto-generated header files now occurs during the context * Creation of auto-generated header files now occurs during the context
build phase. build phase.
@ -26,12 +26,12 @@
* Numerous fixes to build system required to support building with native * Numerous fixes to build system required to support building with native
Windows toolchain. Windows toolchain.
6.2 2011-05-06 Gregory Nutt <spudmonkey@racsa.co.cr> 6.2 2011-05-06 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/nxffs: Add a test a a configuration that will be used to * apps/examples/nxffs: Add a test a a configuration that will be used to
verify NXFFS. verify NXFFS.
6.3 2011-05-15 Gregory Nutt <spudmonkey@racsa.co.cr> 6.3 2011-05-15 Gregory Nutt <gnutt@nuttx.org>
* apps/interpreter: Add a directory to hold interpreters. The Pascal add- * apps/interpreter: Add a directory to hold interpreters. The Pascal add-
on module now installs and builds under this directory. on module now installs and builds under this directory.
@ -48,7 +48,7 @@
for further information about RGMP. NOTE: This is an empty example for further information about RGMP. NOTE: This is an empty example
on initial check-in. on initial check-in.
6.4 2011-06-06 Gregory Nutt <spudmonkey@racsa.co.cr> 6.4 2011-06-06 Gregory Nutt <gnutt@nuttx.org>
* nshlib/nsh_netcmds.c: If a network device name and IP address are provided * nshlib/nsh_netcmds.c: If a network device name and IP address are provided
with the ifconfig command, then this command will now set the network address. with the ifconfig command, then this command will now set the network address.
@ -57,11 +57,11 @@
* examples/ftpc: A simple add-on to the NSH. From NSH, you can start * examples/ftpc: A simple add-on to the NSH. From NSH, you can start
this simple FTP shell to transfer files to/from a remote FTP server. this simple FTP shell to transfer files to/from a remote FTP server.
6.5 2011-06-21 Gregory Nutt <spudmonkey@racsa.co.cr> 6.5 2011-06-21 Gregory Nutt <gnutt@nuttx.org>
* netutils/ftpc: Simpflication and size reduction. * netutils/ftpc: Simpflication and size reduction.
6.6 2011-07-11 Gregory Nutt <spudmonkey@racsa.co.cr> 6.6 2011-07-11 Gregory Nutt <gnutt@nuttx.org>
* Make.defs, namedapp/namedapp.c: Several structural changes made to get a * Make.defs, namedapp/namedapp.c: Several structural changes made to get a
clean compile under the ez80 ZDS-II toolchain (no design changes). clean compile under the ez80 ZDS-II toolchain (no design changes).
@ -70,7 +70,7 @@
placing text on the background while pop-up windows occur. Text should placing text on the background while pop-up windows occur. Text should
continue to update normally with or without the popup windows present. continue to update normally with or without the popup windows present.
6.7 2011-08-02 Gregory Nutt <spudmonkey@racsa.co.cr> 6.7 2011-08-02 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/nx and nxtext: These examples can now be built as NSH * apps/examples/nx and nxtext: These examples can now be built as NSH
"built-in" commands. "built-in" commands.
@ -92,11 +92,11 @@
* apps/examples/nxhello/nxhello_bkgd.c: Fix handling of allocated glyph * apps/examples/nxhello/nxhello_bkgd.c: Fix handling of allocated glyph
memory. memory.
6.8 2011-08-11 Gregory Nutt <spudmonkey@racsa.co.cr> 6.8 2011-08-11 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/nxlines: Added a test for NX line drawing capabilities. * apps/examples/nxlines: Added a test for NX line drawing capabilities.
6.9 2011-09-11 Gregory Nutt <spudmonkey@racsa.co.cr> 6.9 2011-09-11 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/nxlines: Extend the line drawing text to include drawing * apps/examples/nxlines: Extend the line drawing text to include drawing
of circles. of circles.
@ -105,7 +105,7 @@
* apps/nshlib/nsh_timcmds.c: Add the date command that can be used to * apps/nshlib/nsh_timcmds.c: Add the date command that can be used to
show or set the time (only if CONFIG_RTC is set). show or set the time (only if CONFIG_RTC is set).
6.10 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 6.10 2011-10-06 Gregory Nutt <gnutt@nuttx.org>
* apps/system/i2c: Add repitition and address auto-incrementing so that * apps/system/i2c: Add repitition and address auto-incrementing so that
and command can be executed numerous times. Add a new verify command and command can be executed numerous times. Add a new verify command
@ -124,3 +124,5 @@
or symbolic link. If such a directory/link exists (and has a Makefile), or symbolic link. If such a directory/link exists (and has a Makefile),
it will be added to the apps/ build. This allows external directories it will be added to the apps/ build. This allows external directories
to be included into the apps/ build by simply creating a symbolic link. to be included into the apps/ build by simply creating a symbolic link.
6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org>