summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-13 19:04:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-13 19:04:13 +0000
commit18d4d71fbd502bffaaadacb4ab9087426cce7047 (patch)
tree8b5feff5e248672c6f5eb77960459e66ab05a85c /nuttx/ChangeLog
parent911a1d2fafcd6eff4c99765b184a6e82f816b312 (diff)
downloadnuttx-18d4d71fbd502bffaaadacb4ab9087426cce7047.tar.gz
nuttx-18d4d71fbd502bffaaadacb4ab9087426cce7047.tar.bz2
nuttx-18d4d71fbd502bffaaadacb4ab9087426cce7047.zip
Add CDC ACM serial class device driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1c3666876..c916d8cf9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2080,3 +2080,9 @@
6.10 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * lib/stdio/lib_fopen.c: Fix an error in fopen(); the file pointer was not
+ being positioned at the end of the file when the "a" and "a+" modes are
+ used. There are other issues with the "a+" modes (see the top-level TODO
+ list).
+ * drivers/usbdev/cdc_serial.c and include/nuttx/usb/cdc.h and cdc_serial.h:
+ Add support for the CDC ACM serial device class. \ No newline at end of file