From fca959be376facf7b85ba2be64c50ae53b8741be Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 10:24:04 +0300 Subject: [PATCH] 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) --- doc/00index_e.html | 15 +- doc/00index_j.html | 15 +- doc/css_e.css | 3 +- doc/css_j.css | 3 +- doc/en/appnote.html | 36 +-- doc/en/config.html | 2 +- doc/en/dinit.html | 2 +- doc/en/dioctl.html | 12 +- doc/en/dread.html | 8 +- doc/en/dstat.html | 4 +- doc/en/dwrite.html | 6 +- doc/en/expand.html | 17 +- doc/en/fattime.html | 4 +- doc/en/fdisk.html | 13 +- doc/en/filename.html | 6 +- doc/en/findfirst.html | 5 +- doc/en/forward.html | 3 +- doc/en/lseek.html | 5 +- doc/en/mkdir.html | 2 +- doc/en/mkfs.html | 12 +- doc/en/open.html | 4 +- doc/en/rc.html | 11 +- doc/en/read.html | 1 + doc/en/readdir.html | 2 +- doc/en/rename.html | 1 - doc/en/sdir.html | 2 +- doc/en/sfatfs.html | 2 +- doc/en/sfileinfo.html | 2 +- doc/en/unlink.html | 2 +- doc/en/write.html | 1 + doc/ja/appnote.html | 15 +- doc/ja/dinit.html | 2 +- doc/ja/dioctl.html | 2 +- doc/ja/dread.html | 2 +- doc/ja/dstat.html | 2 +- doc/ja/dwrite.html | 2 +- doc/ja/expand.html | 10 +- doc/ja/fattime.html | 2 +- doc/ja/fdisk.html | 13 +- doc/ja/findfirst.html | 5 +- doc/ja/forward.html | 2 +- doc/ja/lseek.html | 5 +- doc/ja/mkdir.html | 2 +- doc/ja/open.html | 2 +- doc/ja/rc.html | 13 +- doc/ja/read.html | 2 +- doc/ja/sfatfs.html | 2 +- doc/ja/sfileinfo.html | 2 +- doc/ja/truncate.html | 2 +- doc/ja/unlink.html | 2 +- doc/ja/write.html | 2 +- doc/res/app4.c | 10 +- doc/res/fd.mp4 | Bin 12670234 -> 0 bytes doc/res/layers3.png | Bin 2379 -> 0 bytes doc/res/mkfatimg.zip | Bin 686662 -> 686683 bytes doc/res/mkfs.xls | Bin 3238912 -> 3238912 bytes doc/updates.txt | 8 +- src/00history.txt | 13 +- src/00readme.txt | 26 +- src/ff.c | 722 +++++++++++++++++++++++------------------- src/ff.h | 25 +- src/ffconf.h | 21 +- src/integer.h | 2 +- 63 files changed, 620 insertions(+), 499 deletions(-) delete mode 100644 doc/res/fd.mp4 delete mode 100644 doc/res/layers3.png diff --git a/doc/00index_e.html b/doc/00index_e.html index d70f5e2..0dc5725 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -10,11 +10,11 @@ -FatFs - Generic FAT File System Module +FatFs - Generic FAT File System Module (R0.12c) -

FatFs - Generic FAT File System Module

+

FatFs - Generic FAT File System Module (R0.12c)


@@ -23,7 +23,7 @@

Features