summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 19:47:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 19:47:31 +0000
commit544980af2a78f00aa7e4e29f1a3ac6561e1a95a7 (patch)
treef920eb289edfc2eeffa5a8358984c7e36bb7a792 /nuttx/Documentation/NuttxPortingGuide.html
parent4de8adaf2544045c1554c7dcda4a4cf318768e68 (diff)
downloadpx4-nuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.tar.gz
px4-nuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.tar.bz2
px4-nuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.zip
Fix NT stype upper/lower case FAT 8.3 filename
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 8d6a3544c..ba2c65402 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3764,7 +3764,7 @@ 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.
+ <code>CONFIG_FAT_LCNAMES</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.
@@ -3775,6 +3775,7 @@ build
<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.
+ A good choice would be the same value as selected for CONFIG_NAME_MAX which will limit the visibility of longer file names anyway.
</li>
<li>
<code>CONFIG_FS_NXFFS</code>: Enable NuttX FLASH file system (NXFF) support.