From b5bceb9724839961fb00664dae81902e7adef96b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Sep 2011 18:42:54 +0000 Subject: [PATCH] A little progress with CDC ACM driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3959 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6aa11bc789b..9fda53426cc 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4778,7 +4778,7 @@ build CONFIG_CDCSER: Enable compilation of the USB serial driver
  • - CONFIG_CDCSER_EP0MAXPACKET: Endpoint 0 max packet size. Default 8. + CONFIG_CDCSER_EP0MAXPACKET: Endpoint 0 max packet size. Default 64.
  • CONFIG_CDCSER_EPINTIN: The logical 7-bit address of a hardware endpoint that supports @@ -4788,7 +4788,7 @@ build CONFIG_CDCSER_EPINTIN_FSSIZE: Max package size for the interrupt IN endpoint if full speed mode. Default 64.
  • - CONFIG_CDCSER_EPINTIN_HSSIZE: Max package size for the interrupt IN endpoint if high speed mode. Default 512. + CONFIG_CDCSER_EPINTIN_HSSIZE: Max package size for the interrupt IN endpoint if high speed mode. Default 64.
  • CONFIG_CDCSER_EPBULKOUT: The logical 7-bit address of a hardware endpoint that supports