From 924c65c554d83fe6f12bc55a9ce6d4ab62597b94 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 18 Jul 2011 18:28:02 +0000 Subject: 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 --- nuttx/configs/stm3210e-eval/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nuttx/configs/stm3210e-eval/README.txt') 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 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: --- -- cgit v1.2.3