diff --git a/ChangeLog b/ChangeLog index 1c36668762..c916d8cf98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2080,3 +2080,9 @@ 6.10 2011-xx-xx Gregory Nutt + * 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 diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e02e85cc50..de02f25198 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: September 4, 2011

+

Last Updated: September 13, 2011

@@ -4744,7 +4744,7 @@ build -

USB Serial Device Class Driver

+

USB Serial Device Class Driver (Prolific PL2303 Emulation)

+

USB serial device class driver (Standard CDC ACM class)

+ +

USB Storage Device Configuration