summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-13 17:19:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-13 17:19:31 +0000
commit7aabcf55a461014d7a81136c51e96c2c62faffd3 (patch)
tree832981f8c7aa56842ceb5f662f555227d9c986d0 /nuttx/Documentation/NuttxPortingGuide.html
parentedeffa28c526825510f7ff35024ea242f82252e5 (diff)
downloadpx4-nuttx-7aabcf55a461014d7a81136c51e96c2c62faffd3.tar.gz
px4-nuttx-7aabcf55a461014d7a81136c51e96c2c62faffd3.tar.bz2
px4-nuttx-7aabcf55a461014d7a81136c51e96c2c62faffd3.zip
Add long file name parsing logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3781 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 4e5991001..8d6a3544c 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: July 12, 2011</p>
+ <p>Last Updated: July 13, 2011</p>
</td>
</tr>
</table>
@@ -3764,6 +3764,19 @@ build
<code>CONFIG_FAT_SECTORSIZE</code>: Max supported sector size.
</li>
<li>
+ <code>CONFIG_FAT_LCNAME</code>: Enable use of the NT-style upper/lower case 8.3 file name support.
+ </li>
+ <li>
+ <code>CONFIG_FAT_LFN</code>: Enable FAT long file names.
+ NOTE: Microsoft claims patents on FAT long file name technology.
+ Please read the disclaimer in the top-level COPYING file and only enable this feature if you understand these issues.
+ </li>
+ <li>
+ <code>CONFIG_FAT_MAXFNAME</code>: If <code>CONFIG_FAT_LFN</code> is defined, then the default, maximum long file name is 255 bytes.
+ This can eat up a lot of memory (especially stack space).
+ If you are willing to live with some non-standard, short long file names, then define this value.
+ </li>
+ <li>
<code>CONFIG_FS_NXFFS</code>: Enable NuttX FLASH file system (NXFF) support.
</li>
<li>