diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 62f5d1d11c..d7cd3edde2 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: December 21, 2011

+

Last Updated: January 24, 2011

@@ -4872,6 +4872,9 @@ build
  • CONFIG_USBDEV: Enables USB device support
  • +
  • + CONFIG_USBDEV_COMPOSITE: Enables USB composite device support +
  • CONFIG_USBDEV_ISOCHRONOUS: Build in extra support for isochronous endpoints
  • @@ -4925,6 +4928,11 @@ build
  • 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.
  • @@ -4982,6 +4990,10 @@ build 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