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
This commit is contained in:
patacongo
2011-09-13 19:04:13 +00:00
parent 6fc0c99569
commit a96e7ec9d5
13 changed files with 1431 additions and 1141 deletions
+6
View File
@@ -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.