diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 091afedba95..c8eaa532e98 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@
by
Gregory Nutt
-Last Update: October 9, 2008
+Last Update: October 22, 2008
make.
+CONFIG_USBSTRG_EP0MAXPACKET:
+ Max packet size for endpoint 0
+ CONFIG_USBSTRGEPBULKOUT and CONFIG_USBSTRG_EPBULKIN:
+ The logical 7-bit address of a hardware endpoints that support bulk OUT and IN operations
+ CONFIG_USBSTRG_NWRREQS and CONFIG_USBSTRG_NRDREQS:
+ The number of write/read requests that can be in flight
+ CONFIG_USBSTRG_BULKINREQLEN and CONFIG_USBSTRG_BULKOUTREQLEN:
+ The size of the buffer in each write/read request.
+ This value needs to be at least as large as the endpoint maxpacket and
+ ideally as large as a block device sector.
+ CONFIG_USBSTRG_VENDORID and CONFIG_USBSTRG_VENDORSTR:
+ The vendor ID code/string
+ CONFIG_USBSTRG_PRODUCTID and CONFIG_USBSTRG_PRODUCTSTR:
+ The product ID code/string
+ CONFIG_USBSTRG_REMOVABLE:
+ Select if the media is removable
+