summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:40:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:40:11 +0000
commit851a158e138cf10808bc0e1530dfab2bcd9fbde2 (patch)
tree27764e2dc7c2f420c230d05323100c43c3da1c9f /nuttx/ChangeLog
parent84666a653aa287f577c4cd92bb3bc8a726bde7e3 (diff)
downloadnuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.tar.gz
nuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.tar.bz2
nuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.zip
Prep for 0.3.17 releasenuttx-3.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1098 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index accf731ee..31c6a09f3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -498,7 +498,7 @@
* Fixed an error in read(); it was not setting the errno on errors returned
from the driver.
-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.17 2008-10-28 Gregory Nutt <spudmonkey@racsa.co.cr>
* Incorporate patch "[2164503] nuttx-0.3.16 does not build for ARM with USB disabled"
* Reduced the amount of memory reserved for USB serial control requests. It
was unnecessarily large.
@@ -520,6 +520,11 @@
the request queue (M320 driver also fixed, untested)
* Correct another error in the NXP LPC214x USB device driver that caused read failures
when the request buffer size was larger than maxpacket.
+ * Numerous corrections/extensions to the USB tracing logic included in 0.3.16 (but
+ not integrated until 0.3.17)
+ * Fixed another bug in the NXP LPC214x USB device driver: After a stalled endpoint
+ is resumed (view CLEAR FEATURE), we must restart the IN (outgoing) queue.
+0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>