esp-idf/components/fatfs/fatfsgen_utils
Junzhuo 0172e97151
utils.py: fix assert range with hour
`hour=23` (23 P.M.) will out of the `range(0, 23)`, which should be `range(0, 24)`.
2022-05-04 00:43:27 +08:00
..
__init__.py support for generating FATFS on a host 2021-11-03 13:06:11 +01:00
cluster.py fatfsgen.py: enabled long names support 2022-03-11 11:20:31 +01:00
entry.py fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
exceptions.py fatfsgen.py: enabled automatic detection of the FATFS type for FAT12 and FAT16 2022-02-07 17:22:58 +01:00
fat.py fatfsgen.py: enabled automatic detection of the FATFS type for FAT12 and FAT16 2022-02-07 17:22:58 +01:00
fatfs_parser.py fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
fatfs_state.py fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
fs_object.py fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
long_filename_utils.py fatfsgen.py: enabled long names support 2022-03-11 11:20:31 +01:00
utils.py utils.py: fix assert range with hour 2022-05-04 00:43:27 +08:00