diff options
author | Arksine <arksine.code@gmail.com> | 2021-01-16 06:56:36 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-02-05 19:37:56 -0500 |
commit | 7699834a618221defa86bd59235f57d8b9e46cee (patch) | |
tree | 083b0e6b83202b4e0dbff7d0759cfb5a812e0fa0 | |
parent | 4f34c6a4e8c2973b06dcd8a2798cbd1f63af17f9 (diff) | |
download | kutter-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>
-rw-r--r-- | lib/README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |