From 8aa4448e7e521839596426ca3817a18c6f5125e9 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Thu, 14 Jan 2021 18:05:43 -0700 Subject: [PATCH] FatFs R0.14a, released December 5, 2020 --- LICENSE.txt | 2 +- documents/00index_e.html | 33 ++-- documents/doc/appnote.html | 348 ++++++++++++++++++----------------- documents/doc/chdir.html | 4 +- documents/doc/config.html | 25 +-- documents/doc/dioctl.html | 18 +- documents/doc/dstat.html | 6 +- documents/doc/dwrite.html | 2 +- documents/doc/expand.html | 12 +- documents/doc/fdisk.html | 2 +- documents/doc/filename.html | 6 +- documents/doc/findfirst.html | 23 ++- documents/doc/forward.html | 2 +- documents/doc/getlabel.html | 2 +- documents/doc/lseek.html | 18 +- documents/doc/mkfs.html | 37 ++-- documents/doc/mount.html | 15 +- documents/doc/open.html | 18 +- documents/doc/printf.html | 11 +- documents/doc/putc.html | 2 +- documents/doc/puts.html | 2 +- documents/doc/read.html | 10 +- documents/doc/readdir.html | 23 ++- documents/doc/sfileinfo.html | 2 +- documents/doc/write.html | 10 +- documents/res/app5.c | 2 +- documents/res/funcs.png | Bin 22210 -> 26839 bytes documents/res/layers2.png | Bin 3741 -> 4950 bytes documents/res/modules.png | Bin 15428 -> 15396 bytes documents/updates.txt | 41 +++++ source/00history.txt | 6 + source/00readme.txt | 2 +- source/diskio.c | 2 +- source/ff.c | 230 ++++++++++++----------- source/ff.h | 10 +- source/ffconf.h | 8 +- 36 files changed, 524 insertions(+), 410 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index bdce118..25379e4 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 ec5bf1a..01a79a0 100644 --- a/documents/00index_e.html +++ b/documents/00index_e.html @@ -22,8 +22,8 @@

Features