From 4ebe85774e072044b02305096ada13dd3f3a05ca Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 15 Sep 2011 13:26:00 +0000 Subject: [PATCH] More CDC serial updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3954 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index de02f251984..6aa11bc789b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4811,7 +4811,9 @@ build CONFIG_CDCSER_EPBULKIN_HSSIZE: Max package size for the bulk IN endpoint if high speed mode. Default 512.
  • - CONFIG_CDCSER_NWRREQS and CONFIG_CDCSER_NRDREQS: The number of write/read requests that can be in flight. Default 4. + CONFIG_CDCSER_NWRREQS and CONFIG_CDCSER_NRDREQS: The number of write/read requests that can be in flight. + CONFIG_CDCSER_NWRREQS includes write requests used for both the interrupt and bulk IN endpoints. + Default 4.
  • CONFIG_CDCSER_VENDORID and CONFIG_CDCSER_VENDORSTR: The vendor ID code/string. Default 0x03eb and "NuttX"