From f269906370ebc5e1e3379c7297ef589bba9867a8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 18 Jul 2011 18:28:02 +0000 Subject: [PATCH] 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 --- configs/stm3210e-eval/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt index 969527aa107..8a2dcc70077 100755 --- a/configs/stm3210e-eval/README.txt +++ b/configs/stm3210e-eval/README.txt @@ -465,6 +465,12 @@ Where 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 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: ---