Commit Graph

6 Commits

Author SHA1 Message Date
3bb1c09ac4 fatfs v0.07a Apr 14, 2009:
- Separated out OS dependent code on reentrant cfg.
- Added multiple sector size support.
2025-09-11 09:21:30 +03:00
b94c8f3bf3 fatfs v0.06 Apr 01, 2008:
- Added f_forward(). (Tiny-FatFs)
- Added string functions: fputc(), fputs(), fprintf() and fgets().
- Improved performance of f_lseek() on move to the same or following cluster.
2025-09-11 09:17:24 +03:00
8e92305484 fatfs v0.04a Apr 01, 2007:
- Supported multiple partitions on a plysical drive. (FatFs)
- Fixed an endian sensitive code in f_mkfs(). (FatFs)
- Added a capability of extending the file size to f_lseek().
- Added minimization level 3.
- Fixed a problem that can collapse a sector when recreate an
- existing file in any sub-directory at non FAT32 cfg. (Tiny-FatFs)
2025-09-11 09:06:19 +03:00
3d65978d31 fatfs v0.04 Feb 04, 2007:
- Supported multiple drive system.
- Changed some APIs for multiple drive system.
- Added f_mkfs().
2025-09-11 09:03:34 +03:00
f76dc3a97f fatfs v0.03a Dec 11, 2006:
- Improved cluster scan algolithm to write files fast.
- Fixed f_mkdir() creates incorrect directory on FAT32.
2025-09-11 08:59:00 +03:00
9a43e8b517 fatfs v0.03 Sep 22, 2006:
- Added f_rename().
- Changed option _FS_MINIMUM to _FS_MINIMIZE.
2025-09-11 08:56:57 +03:00