summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 23:14:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 23:14:27 +0000
commit9ba38ba37ec26f618c58c2b548880919ab1a5121 (patch)
tree46b08998f8e97169aed8bea092f12e1a36e7b10e /nuttx/Documentation/NuttxPortingGuide.html
parentec35e939322aa09643fda0260ab19ac8fbfc7b16 (diff)
downloadpx4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.tar.gz
px4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.tar.bz2
px4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.zip
Fix to lpc214x MMC/SD due to lm3s changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1833 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index d78be1b14..6ab70d961 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: May 22, 2009</p>
+ <p>Last Updated: May 28, 2009</p>
</td>
</tr>
</table>
@@ -2180,6 +2180,12 @@ extern void up_ledoff(int led);
<li>
<code>CONFIG_MMCSD_READONLY</code>: Provide read-only access. Default is Read/Write
</li>
+ <li>
+ <code>CONFIG_MMCSD_SPICLOCK</code>: Maximum SPI clock to drive MMC/SD card. Default is 20MHz.
+ </li>
+ <li>
+ <code>CONFIG_MMCSD_SYNCHRONIZE</code>: Special synchronization logic needed
+ </li>
</ul>
<h2>Network Support</h2>