esp-idf/components/fatfs/fatfs_utils
radek.tandler a640626b76 fix(fatfs): Fixed fatfsparse.py parsing of FAT boot sector
The fatfsparse.py script was too strict in parsing the FAT boot sector, causing it to fail in
certain cases. This commit fixes the issue by making the parsing less strict and allowing for more
flexibility in the boot sector format.

This change improves the reliability and compatibility of the fatfsparse.py script, ensuring that it
can correctly parse a wider range of FAT boot sectors.

Docs updated
2023-12-06 08:31:50 +01: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 fix(fatfs): Fixed fatfsparse.py parsing of FAT boot sector 2023-12-06 08:31:50 +01:00
cluster.py fatfs: add test coverage and comments to the fatfsgen.py related code 2022-09-27 12:14:32 +02:00
entry.py docs: Describe the approach of fatfsgen.py and fatfsparse.py 2023-04-11 09:41:06 +05:30
exceptions.py fatfs: add test coverage and comments to the fatfsgen.py related code 2022-09-27 12:14:32 +02:00
fat.py fatfs: add test coverage and comments to the fatfsgen.py related code 2022-09-27 12:14:32 +02: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: omit cluster allocation when the file is empty 2022-09-29 16:18:56 +02: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: Support for detection of minimal partition size 2022-09-30 15:20:49 +02:00