summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 18:28:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 18:28:02 +0000
commit924c65c554d83fe6f12bc55a9ce6d4ab62597b94 (patch)
treedf543dd7131fb5a8f05d28818de092b2ac83c310 /nuttx/configs/stm3210e-eval/README.txt
parenta624250733a2883aeeba3e55eed0096472814168 (diff)
downloadpx4-nuttx-924c65c554d83fe6f12bc55a9ce6d4ab62597b94.tar.gz
px4-nuttx-924c65c554d83fe6f12bc55a9ce6d4ab62597b94.tar.bz2
px4-nuttx-924c65c554d83fe6f12bc55a9ce6d4ab62597b94.zip
Add logic to assure that short FAT names are unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3796 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 969527aa1..8a2dcc700 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -465,6 +465,12 @@ Where <subdir> is one of the following:
----------- ----------------------- --------------------------------
I2C1 Disabled Enabled
----------- ----------------------- --------------------------------
+ microSD Yes Yes
+ Support
+ ----------- ----------------------- --------------------------------
+ FAT FS CONFIG_FAT_LCNAME=y CONFIG_FAT_LCNAME=y
+ Config CONFIG_FAT_LFN=n CONFIG_FAT_LFN=y ****
+ ----------- ----------------------- --------------------------------
Support for No Yes
Built-in
Apps
@@ -483,6 +489,10 @@ Where <subdir> is one of the following:
/ linefeeds \r\n). You will need to configure your terminal program
to account for this. And (2) input is not automatically echoed so
you will have to turn local echo on.
+ **** Microsoft holds several patents related to the design of
+ long file names in the FAT file system. Please refer to the
+ details in the top-level COPYING file. Please do not use FAT
+ long file name unless you are familiar with these patent issues.
nx:
---