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 |
|
Martin Gaňo
|
b187fad076
|
fatfsgen.py: Increase number of files in directory
By starting the ID at the value 1, instead of ord('1') we increase the possible number of files by 49.
|
2022-09-21 13:30:05 +00:00 |
|
Martin Gaňo
|
53c2ea2d08
|
fatfsgen.py: enable multiple dots in the long file name
|
2022-09-16 13:50:12 +02:00 |
|
Martin Gaňo
|
26f7f105c3
|
fatfsparse.py: Fixed ignoring first file in directory
Closes IDF-5968
|
2022-09-15 19:38:39 +02:00 |
|
Martin Gaňo
|
131b28314e
|
fatfsgen.py: fixed missing NULL terminator
|
2022-09-14 16:55:13 +02:00 |
|
Martin Gaňo
|
37178dfa74
|
fatfsparse.py: limit the file content size to correct number
|
2022-09-12 14:13:03 +00:00 |
|
Martin Gaňo
|
2d173c0777
|
fatfsgen.py: enabled extension of the FAT table
Closes IDF-5688
|
2022-08-01 20:29:02 +02:00 |
|
Martin Gaňo
|
d56e692f2f
|
fatfsgen.py: Speedup FAT cluster allocation in fatfsgen.py
Closes IDF-5243
|
2022-07-28 01:37:39 +02:00 |
|
Martin Gaňo
|
2ddcda29b3
|
fatfsparse.py: Add support for WL
|
2022-07-26 14:50:07 +02:00 |
|
Martin Gaňo
|
0f160c8f11
|
fatfs: enable long file names for fatfsparse.py
|
2022-06-09 15:51:03 +02:00 |
|
Martin Gano
|
8ef66536ed
|
fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files
Closes IDF-4975
|
2022-05-25 15:49:24 +02:00 |
|