summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
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/configs/README.txt
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/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index f505685f2..95ff0f7b8 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -564,7 +564,7 @@ defconfig -- This is a configuration file similar to the Linux
Filesystem configuration
CONFIG_FS_FAT - Enable FAT filesystem support
CONFIG_FAT_SECTORSIZE - Max supported sector size
- CONFIG_FAT_LCNAME - Enable use of the NT-style upper/lower case 8.3
+ CONFIG_FAT_LCNAMES - Enable use of the NT-style upper/lower case 8.3
file name support.
CONFIG_FAT_LFN - Enable FAT long file names. NOTE: Microsoft claims
patents on FAT long file name technology. Please read the
@@ -574,7 +574,9 @@ defconfig -- This is a configuration file similar to the Linux
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.
+ 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.
CONFIG_FS_NXFFS: Enable NuttX FLASH file system (NXFF) support.
CONFIG_NXFFS_ERASEDSTATE: The erased state of FLASH.
This must have one of the values of 0xff or 0x00.