diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 8d6a3544ccb..ba2c65402ec 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3764,7 +3764,7 @@ build CONFIG_FAT_SECTORSIZE: Max supported sector size.
  • - CONFIG_FAT_LCNAME: Enable use of the NT-style upper/lower case 8.3 file name support. + 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. @@ -3775,6 +3775,7 @@ build CONFIG_FAT_MAXFNAME: If CONFIG_FAT_LFN is defined, then the 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. + 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.