From ddc7b41474615282e9694c4f9e0848cd9f297a8f Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 10:42:40 +0300 Subject: [PATCH] fatfs v0.14a December 5, 2020: - Limited number of recursive calls in f_findnext(). - Fixed old floppy disks formatted with MS-DOS 2.x and 3.x cannot be mounted. - Fixed some compiler warnings. --- LICENSE.txt | 2 +- documents/00index_e.html | 15 +- documents/doc/appnote.html | 39 +++--- documents/doc/config.html | 23 +-- documents/doc/dioctl.html | 2 +- documents/doc/dstat.html | 6 +- documents/doc/dwrite.html | 2 +- documents/doc/expand.html | 6 +- documents/doc/findfirst.html | 13 +- documents/doc/forward.html | 2 +- documents/doc/getlabel.html | 2 +- documents/doc/lseek.html | 14 +- documents/doc/mkfs.html | 18 +-- documents/doc/mount.html | 12 +- documents/doc/open.html | 4 +- documents/doc/printf.html | 2 +- documents/doc/putc.html | 2 +- documents/doc/puts.html | 2 +- documents/doc/readdir.html | 23 ++- documents/doc/sfileinfo.html | 2 +- documents/updates.txt | 41 ++++++ source/00history.txt | 6 + source/00readme.txt | 2 +- source/diskio.c | 2 +- source/ff.c | 264 +++++++++++++++++++---------------- source/ff.h | 10 +- source/ffconf.h | 8 +- 27 files changed, 314 insertions(+), 210 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 467e2a2..a9e57a9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -21,4 +21,4 @@ FatFs has being developped as a personal project of the author, ChaN. It is free / by use of this software. /----------------------------------------------------------------------------*/ -Therefore FatFs license is one of the BSD-style licenses but there is a significant feature. FatFs is mainly intended for embedded systems. In order to extend the usability for commercial products, the redistributions of FatFs in binary form, such as embedded code, binary library and any forms without source code, does not need to include about FatFs in the documentations. This is equivalent to the 1-clause BSD license. Of course FatFs is compatible with the most of open source software licenses including GNU GPL. When you redistribute the FatFs source code with any changes or create a fork, the license can also be changed to GNU GPL, BSD-style license or any open source software license that not conflict with FatFs license. +Therefore FatFs license is one of the BSD-style licenses, but there is a significant feature. FatFs is mainly intended for embedded systems. In order to extend the usability for commercial products, the redistributions of FatFs in binary form, such as embedded code, binary library and any forms without source code, do not need to include about FatFs in the documentations. This is equivalent to the 1-clause BSD license. Of course FatFs is compatible with the most of open source software licenses include GNU GPL. When you redistribute the FatFs source code with changes or create a fork, the license can also be changed to GNU GPL, BSD-style license or any open source software license that not conflict with FatFs license. diff --git a/documents/00index_e.html b/documents/00index_e.html index 743f5d2..e1df788 100644 --- a/documents/00index_e.html +++ b/documents/00index_e.html @@ -22,8 +22,8 @@

Features