diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 56c56d53d60..091afedba95 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@
by
Gregory Nutt
-Last Update: October 1, 2008
+Last Update: October 9, 2008
make.
-CONFIG_USBDEV: Enables USB device support
@@ -1652,6 +1653,31 @@ The system can be re-made subsequently by just typing make.
CONFIG_USBSER_EPINTIN: The logical 7-bit address of a hardware endpoint that supports interrupt IN operation
+ CONFIG_USBSER_EPBULKOUT: The logical 7-bit address of a hardware endpoint that supports bulk OUT operation
+ CONFIG_USBSER_EPBULKIN: The logical 7-bit address of a hardware endpoint that supports bulk IN operation
+ CONFIG_USBSER_NWRREQS and CONFIG_USBSER_NRDREQS: The number of write/read requests that can be in flight
+ CONFIG_USBSER_VENDORID and CONFIG_USBSER_VENDORSTR: The vendor ID code/string
+ CONFIG_USBSER_PRODUCTID and CONFIG_USBSER_PRODUCTSTR: The product ID code/string
+ CONFIG_USBSER_RXBUFSIZE and CONFIG_USBSER_TXBUFSIZE: Size of the serial receive/transmit buffers
+