diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 62f5d1d11ce..d7cd3edde26 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: December 21, 2011
+Last Updated: January 24, 2011
@@ -4872,6 +4872,9 @@ buildCONFIG_USBDEV: Enables USB device support
CONFIG_USBDEV_COMPOSITE: Enables USB composite device support
+ CONFIG_USBDEV_ISOCHRONOUS: Build in extra support for isochronous endpoints
CONFIG_CDCSER: Enable compilation of the USB serial driver
CONFIG_CDCSER_COMPOSITE:
+ Configure the CDC serial driver as part of a composite driver
+ (only if CONFIG_USBDEV_COMPOSITE is also defined)
+ CONFIG_CDCSER_EP0MAXPACKET: Endpoint 0 max packet size. Default 64.
CONFIG_USBSTRG:
Enable compilation of the USB storage driver
+ CONFIG_USBSTRG_COMPOSITE:
+ Configure the mass storage driver as part of a composite driver
+ (only if CONFIG_USBDEV_COMPOSITE is also defined)
CONFIG_USBSTRG_EP0MAXPACKET:
Max packet size for endpoint 0