incubator-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
..
Kconfig
Make.defs
fs_fat32.c
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
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