FatFS/source
savelij13 ead60b6ce1 fatfs v0.14 October 14, 2019:
- Added support for 64-bit LBA and GUID partition table (FF_LBA64 = 1)
- Changed some API functions, f_mkfs() and f_fdisk().
- Fixed f_open() function cannot find the file with file name in length of FF_MAX_LFN characters.
- Fixed f_readdir() function cannot retrieve long file names in length of FF_MAX_LFN - 1 characters.
- Fixed f_readdir() function returns file names with wrong case conversion. (appeared at R0.12)
- Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.12)
2025-09-11 10:40:54 +03:00
..
00history.txt fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
00readme.txt fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
diskio.c fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
diskio.h fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
ff.c fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
ff.h fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
ffconf.h fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
ffsystem.c fatfs v0.13c October 14, 2018: 2025-09-11 10:35:10 +03:00
ffunicode.c fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00