nuttx/fs/fat
SPRESENSE fa1fad50b9 fs/fat: Fix a bug that long file name cannot be found
The field of first cluster under LFN directory entry must be 0x0000. If
it is set a value other than 0, it causes a problem where the long file
name entry cannot be found on a Windows PC and the short file name is
always used. In addition, correct the macro error in big endian.
2022-06-30 15:35:57 +08:00
..
fs_fat32.c fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
fs_fat32.h fs/fat: Fix a bug that long file name cannot be found 2022-06-30 15:35:57 +08:00
fs_fat32attrib.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fat32dirent.c fs/fat: Fix a bug that long file name cannot be found 2022-06-30 15:35:57 +08:00
fs_fat32util.c Fix the printf warning after off_t change 2021-08-04 06:48:30 -07:00
Kconfig fs/fat: Change the default value of FAT_MAXFNAME to NAME_MAX 2022-03-10 19:46:01 +02:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00