summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-17 23:20:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-17 23:20:08 +0000
commitab527065509e9710a274dfe0ea8f98e69e711ce0 (patch)
treea164ddb6bf16b521bac9c22ec1c57326c6e6b500 /nuttx/Documentation
parentd207873f48c0bfd61f26258614249dd6f647c08c (diff)
downloadpx4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.tar.gz
px4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.tar.bz2
px4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.zip
Callbacks need to use worker thread; clean up/document configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index c3093d8b7..1ce105c8f 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: November 5, 2009</p>
+ <p>Last Updated: November 17, 2009</p>
</td>
</tr>
</table>
@@ -2288,6 +2288,25 @@ extern void up_ledoff(int led);
</li>
</ul>
+<h2>SDIO-based MMC/SD driver</h2>
+<ul>
+ <li>
+ <code>CONFIG_FS_READAHEAD</code>: Enable read-ahead buffering
+ </li>
+ <li>
+ <code>CONFIG_FS_WRITEBUFFER</code>: Enable write buffering
+ </li>
+ <li>
+ <code>CONFIG_SDIO_DMA</code>: SDIO driver supports DMA
+ </li>
+ <li>
+ <code>CONFIG_MMCSD_MMCSUPPORT</code>: Enable support for MMC cards
+ </li>
+ <li>
+ <code>CONFIG_MMCSD_HAVECARDDETECT</code>: SDIO driver card detection is 100% accurate
+ </li>
+</ul>
+
<h2>Network Support</h2>
<h3>TCP/IP and UDP support via uIP</h2>
<ul>