mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
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
This commit is contained in:
parent
4ebe85774e
commit
b5bceb9724
1 changed files with 2 additions and 2 deletions
|
|
@ -4778,7 +4778,7 @@ build
|
|||
<code>CONFIG_CDCSER</code>: Enable compilation of the USB serial driver
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_CDCSER_EP0MAXPACKET</code>: Endpoint 0 max packet size. Default 8.
|
||||
<code>CONFIG_CDCSER_EP0MAXPACKET</code>: Endpoint 0 max packet size. Default 64.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_CDCSER_EPINTIN</code>: The logical 7-bit address of a hardware endpoint that supports
|
||||
|
|
@ -4788,7 +4788,7 @@ build
|
|||
<code>CONFIG_CDCSER_EPINTIN_FSSIZE</code>: Max package size for the interrupt IN endpoint if full speed mode. Default 64.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_CDCSER_EPINTIN_HSSIZE</code>: Max package size for the interrupt IN endpoint if high speed mode. Default 512.
|
||||
<code>CONFIG_CDCSER_EPINTIN_HSSIZE</code>: Max package size for the interrupt IN endpoint if high speed mode. Default 64.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_CDCSER_EPBULKOUT</code>: The logical 7-bit address of a hardware endpoint that supports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue