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
This commit is contained in:
parent
f7b36492a6
commit
f269906370
@ -465,6 +465,12 @@ Where <subdir> is one of the following:
|
|||||||
----------- ----------------------- --------------------------------
|
----------- ----------------------- --------------------------------
|
||||||
I2C1 Disabled Enabled
|
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
|
Support for No Yes
|
||||||
Built-in
|
Built-in
|
||||||
Apps
|
Apps
|
||||||
@ -483,6 +489,10 @@ Where <subdir> is one of the following:
|
|||||||
/ linefeeds \r\n). You will need to configure your terminal program
|
/ linefeeds \r\n). You will need to configure your terminal program
|
||||||
to account for this. And (2) input is not automatically echoed so
|
to account for this. And (2) input is not automatically echoed so
|
||||||
you will have to turn local echo on.
|
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:
|
nx:
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user