Prep for 6.17 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4607 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-04-14 15:11:38 +00:00
parent 1d88f972a6
commit 564b45fb82

View File

@ -203,7 +203,7 @@
* apps/nshlib: Now supports a USB serial device for NSH console I/O. This * apps/nshlib: Now supports a USB serial device for NSH console I/O. This
allows NSH to be used on boards that have USB but no serial connectors. allows NSH to be used on boards that have USB but no serial connectors.
6.17 2012-xx-xx Gregory Nutt <gnutt@nuttx.org> 6.17 2012-04-14 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/can: Add conditional compilation so that the test can be * apps/examples/can: Add conditional compilation so that the test can be
configured to only send messages or to only receive messages. This will configured to only send messages or to only receive messages. This will
@ -219,3 +219,5 @@
include/nuttx/ascii.h and vt100.h include/nuttx/ascii.h and vt100.h
* Kconfig, */Kconfig: Added skeleton Kconfig files to all directories that * Kconfig, */Kconfig: Added skeleton Kconfig files to all directories that
may need them. may need them.
6.18 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>