summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 21:03:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 21:03:20 +0000
commita5849bb91060284dc6a7c3cd536ff2210662020e (patch)
treed7ad01379d373d9e56fab0aba06f7ee976fe0491 /nuttx/Documentation
parentfce09ccb2453443e0083fa9a230d67727d139d8b (diff)
downloadpx4-nuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.tar.gz
px4-nuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.tar.bz2
px4-nuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.zip
Most USB Composite device debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 9c1dd07c9..9b0c60ce7 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4941,6 +4941,15 @@ build
correct value for this offset is zero.
</li>
<li>
+ <code>CONFIG_CDCACM_STRBASE</code>:
+ If the CDC driver is part of a composite device, then this may need to
+ be defined to offset the CDC/ACM string numbers so that they are
+ unique and contiguous. When used with the Mass Storage driver, the
+ correct value for this offset is four (this value actuallly only needs
+ to be defined if names are provided for the Notification interface,
+ <code>CONFIG_CDCACM_NOTIFSTR</code>, or the data interface, <code>CONFIG_CDCACM_DATAIFSTR</code>).
+ </li>
+ <li>
<code>CONFIG_CDCACM_EP0MAXPACKET</code>: Endpoint 0 max packet size. Default 64.
</li>
<li>
@@ -5011,6 +5020,14 @@ build
interfaces that will precede it).
</li>
<li>
+ <code>CONFIG_USBMSC_STRBASE</code>:
+ If the CDC driver is part of a composite device, then this may need to
+ be defined to offset the mass storage string numbers so that they are
+ unique and contiguous. When used with the CDC/ACM driver, the
+ correct value for this offset is four (or perhaps 5 or 6, depending
+ on if <code>CONFIG_CDCACM_NOTIFSTR</code> or <code>CONFIG_CDCACM_DATAIFSTR</code> are defined).
+ </li>
+ <li>
<code>CONFIG_USBMSC_EP0MAXPACKET</code>:
Max packet size for endpoint 0
</li>