Commit Graph

2 Commits

Author SHA1 Message Date
fca959be37 fatfs v0.12c March 04, 2017:
- Improved write throughput at the fragmented file on the exFAT volume.
- Made memory usage for exFAT be able to be reduced as decreasing _MAX_LFN.
- Fixed successive f_getfree() can return wrong count on the FAT12/16 volume. (appeared at R0.12)
- Fixed configuration option _VOLUMES cannot be set 10. (appeared at R0.10c)
2025-09-11 10:24:04 +03:00
ea14f0f5de fatfs v0.12a July 10, 2016:
- Added support for creating exFAT volume with some changes of f_mkfs().
- Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
- f_forward() is available regardless of _FS_TINY.
- Fixed f_mkfs() creates wrong volume.
- Fixed compilation fails at some configurations, _USE_FASTSEEK and _USE_FORWARD.
- Fixed wrong memory read in create_name().
2025-09-11 10:14:29 +03:00