esp-idf/components/fatfs/fatfs_utils
Martin Gaňo 567f5f963c fatfsgen.py: use lfn record when forbidden character detected in the file name
The file name is recorded as a LFN when it doesn't fit 8.3 pattern or if it contains characters prohibited in SFN
2022-09-21 15:22:51 +00:00
..
__init__.py fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files 2022-05-25 15:49:24 +02:00
boot_sector.py fatfsgen.py: enabled extension of the FAT table 2022-08-01 20:29:02 +02:00
cluster.py fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
entry.py fatfsparse.py: Fixed ignoring first file in directory 2022-09-15 19:38:39 +02:00
exceptions.py fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files 2022-05-25 15:49:24 +02:00
fat.py fatfsparse.py: limit the file content size to correct number 2022-09-12 14:13:03 +00:00
fatfs_parser.py fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files 2022-05-25 15:49:24 +02:00
fatfs_state.py fatfsparse.py: limit the file content size to correct number 2022-09-12 14:13:03 +00:00
fs_object.py fatfsgen.py: use lfn record when forbidden character detected in the file name 2022-09-21 15:22:51 +00:00
long_filename_utils.py fatfsgen.py: Increase number of files in directory 2022-09-21 13:30:05 +00:00
utils.py fatfsgen.py: use lfn record when forbidden character detected in the file name 2022-09-21 15:22:51 +00:00