summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-08 14:42:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-08 14:42:42 +0000
commita261e0bd080530c6a9f4c766c6650729bb75d0d1 (patch)
tree1607a8e3544808fc3a506a2b946916d91b08f796 /nuttx/Documentation/NuttxPortingGuide.html
parent0a30a23cf0bb5a2abf1f02c5f120641e75067fae (diff)
downloadpx4-nuttx-a261e0bd080530c6a9f4c766c6650729bb75d0d1.tar.gz
px4-nuttx-a261e0bd080530c6a9f4c766c6650729bb75d0d1.tar.bz2
px4-nuttx-a261e0bd080530c6a9f4c766c6650729bb75d0d1.zip
Complets ram mapping logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 70bdab537..8d237f8de 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 6, 2011</p>
+ <p>Last Updated: May 8, 2011</p>
</td>
</tr>
</table>
@@ -3480,6 +3480,11 @@ build
<li>
<code>CONFIG_FS_ROMFS</code>: Enable ROMFS file system support
</li>
+ <li>
+ <code>CONFIG_FS_RAMMAP</code>: For file systems that do not support
+ XIP, this option will enable a limited form of memory mapping that is
+ implemented by copying whole files into memory.
+ </li>
</ul>
<h2>Device Drivers</h2>