summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-11 01:41:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-11 01:41:06 +0000
commit042da0c84ccdc86ff3085f2a8f18fe33fa7b65c7 (patch)
treec80571a4de9598d4ce27ee418f19ec4e4aa1c1d2 /nuttx/ChangeLog
parenta236d30ab4764c205dea249a82f790730902d62a (diff)
downloadpx4-nuttx-042da0c84ccdc86ff3085f2a8f18fe33fa7b65c7.tar.gz
px4-nuttx-042da0c84ccdc86ff3085f2a8f18fe33fa7b65c7.tar.bz2
px4-nuttx-042da0c84ccdc86ff3085f2a8f18fe33fa7b65c7.zip
Improve endpoint management
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3240 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d6a03b732..1d781751f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1405,7 +1405,7 @@
* include/nuttx/spi.h -- the SPI_SETBITS macro was calling the setmode method.
This is a very important bug-fix in some usages.
-5.16 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.16 2011-01-10 Gregory Nutt <spudmonkey@racsa.co.cr>
* include/nuttx/usb -- Created new directory. Moved all usb-related header
files to this new directory. Created a skeleton for a new USB host header
@@ -1418,3 +1418,4 @@
* 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>