summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-20 02:41:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-20 02:41:15 +0000
commit6eb1af99148e33a228bee8f459b5a8bf0bfe0faf (patch)
treebacdf4bac68b3eaa7800d799225c1ad7b38524df /nuttx/ChangeLog
parent85a4296a6104cdee15aebad44732cf4d3d619710 (diff)
downloadnuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.tar.gz
nuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.tar.bz2
nuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.zip
Prep for NuttX-5.17nuttx-5.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3267 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a00a7e9f2..43007c753 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1418,7 +1418,7 @@
* drivers/usbhost -- Add a USB host class driver for the (Bulk-Only) USB
Mass Storage Class.
-5.17 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.17 2011-01-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* include/nuttx/usb -- rename usb_storage.h to storage.h.
* arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for low-speed devices.
@@ -1436,4 +1436,6 @@
* configs/olimex-lpc1766stk/hidkbd - Added a configuration to build the
USB host HID keyboard class driver test for the LPC17xx.
* Ran the tool CppCheck (http://sourceforge.net/apps/mediawiki/cppcheck) and
- fixed several errors in the code identified by the tool. \ No newline at end of file
+ fixed several errors in the code identified by the tool.
+
+5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>