From adc83cae04a831da7faf13b0620366194a3a9a25 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 --- configs/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/README.txt b/configs/README.txt index 32767c1c2e..b50592b81d 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -966,7 +966,7 @@ defconfig -- This is a configuration file similar to the Linux Max package size for the bulk OUT endpoint if full speed mode. Default 64. CONFIG_CDCSER_EPBULKOUT_HSSIZE - Max package size for the bulk OUT endpoint if high speed mode. + Max package size for the bulk OUT endpoint if high speed mode. Default 512. CONFIG_CDCSER_EPBULKIN The logical 7-bit address of a hardware endpoint that supports @@ -975,11 +975,12 @@ defconfig -- This is a configuration file similar to the Linux Max package size for the bulk IN endpoint if full speed mode. Default 64. CONFIG_CDCSER_EPBULKIN_HSSIZE - Max package size for the bulk IN endpoint if high speed mode. + 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 256. + 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" CONFIG_CDCSER_PRODUCTID and CONFIG_CDCSER_PRODUCTSTR