Prep for 6.13 release

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4231 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2011-12-26 20:07:04 +00:00
parent 9e73fa4817
commit f01e35e651
5 changed files with 174 additions and 120 deletions
+3 -1
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>