Prep for 6.13 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-12-26 20:07:04 +00:00
parent 25440e70b2
commit 0e25792d16

View File

@ -134,7 +134,7 @@
* apps/examples/buttons: The button test can now be executed as an NSH
built in command.
6.13 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
6.13 2012-12-26 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/dhcpd: May now be built as an NSH built-in application
by setting CONFIG_NSH_BUILTIN_APPS.
@ -150,3 +150,5 @@
driver.
* apps/examples/can: Add an NSH CAN command to drive and test a CAN
driver in loopback mode.
6.14 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>