aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArksine <arksine.code@gmail.com>2021-01-16 06:56:36 -0500
committerKevinOConnor <kevin@koconnor.net>2021-02-05 19:37:56 -0500
commit7699834a618221defa86bd59235f57d8b9e46cee (patch)
tree083b0e6b83202b4e0dbff7d0759cfb5a812e0fa0 /lib
parent4f34c6a4e8c2973b06dcd8a2798cbd1f63af17f9 (diff)
downloadkutter-7699834a618221defa86bd59235f57d8b9e46cee.tar.gz
kutter-7699834a618221defa86bd59235f57d8b9e46cee.tar.xz
kutter-7699834a618221defa86bd59235f57d8b9e46cee.zip
lib: add FatFS notes to README
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index a68e37b0..dacd3fd6 100644
--- a/lib/README
+++ b/lib/README
@@ -84,3 +84,11 @@ The kconfiglib directory contains code from:
version v14.1.0 (061e71f7d78cb057762d88de088055361863deff). It has
been modified to always emit symbols and to simplify the "menuconfig"
screens. See kconfiglib.patch for the modifications.
+
+The fatfs directory contains code from:
+ http://elm-chan.org/fsw/ff/00index_e.html
+version R0.14a (extracted 20210116). The configuration (ffconf.h)
+has been modfied to enable the US code page (437) and enable label
+support. The file "diskio.c" in the original archive is not included
+as it is only serves as an example for how to implement the media api
+callbacks.