summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-06 11:20:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-06 11:20:40 -0600
commit2a9f6a9187e05dcf27c5f66fb733d71ce2719e72 (patch)
treeae57dbc4785b76fdf3bef8d9389001e096d780e7 /nuttx/ChangeLog
parentb86e4dbd98caddafcd36e775beafc65a3f85a7e6 (diff)
downloadnuttx-2a9f6a9187e05dcf27c5f66fb733d71ce2719e72.tar.gz
nuttx-2a9f6a9187e05dcf27c5f66fb733d71ce2719e72.tar.bz2
nuttx-2a9f6a9187e05dcf27c5f66fb733d71ce2719e72.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7b362976b..81d2d151f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7411,4 +7411,12 @@
definition header file (incomplete) (2014-6-4).
* arch/arm/src/sama5/chip/sam_l2cc.h: Add SAMA5D4 L2CC register definition
header file (incomplete on initial check-in) (2014-6-5).
-
+ * drivers/usbdev/cdcacm.c: Reset RX head to avoid resending last serial
+ data when USB cable disconnected/re-connected. From Lizhuoyi (2014-6-6).
+ * drivers/usbdev/pl2303.c: Same change cloned for PL2303 (2014-6-6).
+ * arch/arm/src/lpc2378: Fix several typos. From Lizhuoyi (2014-6-6).
+ * arch/arm/src/lpc17xx/lpb17_gpdma.c: Fix an error when DMA is
+ started: The read-modify-write fails when the DMA is started. This
+ is because the value read is not the same as the value set (on write
+ it is the number of transfers to do; on read it is the number of
+ transfers completed). From Lizhuoyi (2014-6-6).