From c0c10d0beaa0415f78890b26572652ec5d9f81a5 Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 09:08:31 +0300 Subject: [PATCH] fatfs v0.04b May 05, 2007: - Added _USE_NTFLAG option. - Added FSInfo support. - Fixed some problems corresponds to FAT32. (Tiny-FatFs) - Fixed DBCS name can result FR_INVALID_NAME. - Fixed short seek (<= csize) collapses the file object. --- doc/00index_e.html | 3 +- doc/00index_j.html | 1 + doc/en/appnote.html | 26 ++-- doc/en/close.html | 2 +- doc/en/getfree.html | 3 +- doc/en/readdir.html | 8 +- doc/en/sfatfs.html | 4 +- doc/ja/appnote.html | 32 +++-- doc/ja/close.html | 2 +- doc/ja/dioctl.html | 5 +- doc/ja/getfree.html | 9 +- doc/ja/mkfs.html | 4 +- doc/ja/readdir.html | 8 +- doc/ja/sfatfs.html | 4 +- doc/ja/sfileinfo.html | 6 +- doc/updates.txt | 13 +- src/00readme.txt | 30 ++++- src/ff.c | 272 ++++++++++++++++++++++---------------- src/ff.h | 37 ++++-- src/tff.c | 294 +++++++++++++++++++++++++----------------- src/tff.h | 36 +++++- 21 files changed, 492 insertions(+), 307 deletions(-) diff --git a/doc/00index_e.html b/doc/00index_e.html index 13cef08..8407cbb 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -75,10 +75,11 @@

Resources

The FatFs/Tiny-FatFs module is a free software and is opened for education, research and development. You can use, modify and/or republish it for personal, non-profit or profit use without any restriction under your responsibility.

diff --git a/doc/00index_j.html b/doc/00index_j.html index 3d34f9f..b46ecc6 100644 --- a/doc/00index_j.html +++ b/doc/00index_j.html @@ -74,6 +74,7 @@

資料

FatFs/Tiny-FatFsモジュールはフリー・ソフトウェアとして教育・研究・開発用に公開しています。どのような利用目的(個人・非商用・商用)でも使用・改変・配布について一切の制限はありませんが、全て利用者の責任の下での利用とします。