summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-23 20:51:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-23 20:51:26 +0000
commit0cf761a1bae29b16b7d8309faec0916f2726defb (patch)
tree9fae6c26a91ead580d60afd7f372421ead64c243 /nuttx/Documentation/NuttxPortingGuide.html
parentca1717faa421c41b1647f40c88005302e793ce56 (diff)
downloadpx4-nuttx-0cf761a1bae29b16b7d8309faec0916f2726defb.tar.gz
px4-nuttx-0cf761a1bae29b16b7d8309faec0916f2726defb.tar.bz2
px4-nuttx-0cf761a1bae29b16b7d8309faec0916f2726defb.zip
update USB configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1068 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-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 c8eaa532e..bf755cff2 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1535,6 +1535,16 @@ The system can be re-made subsequently by just typing <code>make</code>.
</li>
</ul>
+<h2>SPI-based MMC/SD driver<h2>
+<ul>
+ <li>
+ <code>CONFIG_MMCSD_NSLOTS</code>: Number of MMC/SD slots supported by the driver. Default is one.
+ </li>
+ <li>
+ <code>CONFIG_MMCSD_READONLY</code>: Provide read-only access. Default is Read/Write
+ </li>
+</ul>
+
<h2>Network Support</h2>
<h3>TCP/IP and UDP support via uIP</h2>
<ul>
@@ -1656,6 +1666,9 @@ The system can be re-made subsequently by just typing <code>make</code>.
<h3>USB Serial Device Class Driver</h3>
<ul>
<li>
+ <code>CONFIG_USBSER</code>: Enable compilation of the USB serial driver
+ </li>
+ <li>
<code>CONFIG_USBSER_EPINTIN</code>: The logical 7-bit address of a hardware endpoint that supports interrupt IN operation
</li>
<li>
@@ -1681,6 +1694,10 @@ The system can be re-made subsequently by just typing <code>make</code>.
<h3>USB Storage Device Configuration</h3>
<ul>
<li>
+ <code>CONFIG_USBSTRG</code>:
+ Enable compilation of the USB storage driver
+ </li>
+ <li>
<code>CONFIG_USBSTRG_EP0MAXPACKET</code>:
Max packet size for endpoint 0
</li>