From 935031e4e59ca0bc70e5647deb110b7d3f6ace3a Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Tue, 14 Jan 2014 21:24:31 -0700 Subject: [PATCH] Add some information about FatFs --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da158ed --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +FatFs +===== + +This is a copy of FatFs, a "generic FAT file system module for small embedded +systems", by ChaN. See http://elm-chan.org/fsw/ff/00index_e.html. + +License +======= + +FatFs module is an open source software to implement FAT file system to +small embedded systems. This is a free software and is opened for education, +research and commercial developments under license policy of following trems. + +Copyright (C) 2014, ChaN, all right reserved. + +* The FatFs module is a free software and there is NO WARRANTY. +* No restriction on use. You can use, modify and redistribute it for + personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY. +* Redistributions of source code must retain the above copyright notice. + +