FatFS/source
savelij13 87c4907172 fatfs v0.14b April 17, 2021:
- Made FatFs uses standard library <string.h> for copy, compare and search instead of built-in string functions.
- Added support for long long integer and floating point to f_printf(). (FF_STRF_LLI and FF_STRF_FP)
- Made path name parser ignore the terminating separator to allow "dir/".
- Improved the compatibility in Unix style path name feature.
- Fixed the file gets dead-locked when f_open() failed with some conditions. (appeared at R0.12a)
- Fixed f_mkfs() can create wrong exFAT volume due to a timing dependent error. (appeared at R0.12)
- Fixed code page 855 cannot be set by f_setcp().
- Fixed some compiler warnings.
2025-09-11 10:44:45 +03:00
..
00history.txt fatfs v0.14b April 17, 2021: 2025-09-11 10:44:45 +03:00
00readme.txt fatfs v0.14b April 17, 2021: 2025-09-11 10:44:45 +03:00
diskio.c fatfs v0.14a December 5, 2020: 2025-09-11 10:42:40 +03:00
diskio.h fatfs v0.14 October 14, 2019: 2025-09-11 10:40:54 +03:00
ff.c fatfs v0.14b April 17, 2021: 2025-09-11 10:44:45 +03:00
ff.h fatfs v0.14b April 17, 2021: 2025-09-11 10:44:45 +03:00
ffconf.h fatfs v0.14b April 17, 2021: 2025-09-11 10:44:45 +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