summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
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>