--- /dev/null
+Petit FatFs Module Source Files R0.01a (C)ChaN, 2009\r
+\r
+\r
+FILES\r
+\r
+ pff.h Common include file for Petit FatFs and application module.\r
+ pff.c Petit FatFs module.\r
+ diskio.h Common include file for Petit FatFs and disk I/O module.\r
+ diskio.c Skeleton of low level disk I/O module.\r
+ integer.h Alternative type definitions for integer variables.\r
+\r
+ Low level disk I/O module is not included in this archive because the Petit\r
+ FatFs module is only a generic file system layer and not depend on any\r
+ specific storage device. You have to provide a low level disk I/O module that\r
+ written to control your storage device.\r
+\r
+\r
+\r
+AGREEMENTS\r
+\r
+ Petit FatFs module is an open source software to implement FAT file system to\r
+ small embedded systems. This is a free software and is opened for education,\r
+ research and commercial developments under license policy of following trems.\r
+\r
+ Copyright (C) 2009, ChaN, all right reserved.\r
+\r
+ * The Petit FatFs module is a free software and there is NO WARRANTY.\r
+ * No restriction on use. You can use, modify and redistribute it for\r
+ personal, non-profit or commercial use UNDER YOUR RESPONSIBILITY.\r
+ * Redistributions of source code must retain the above copyright notice.\r
+\r
+\r
+\r
+REVISION HISTORY\r
+\r
+ Jun 15, 2009 R0.01a First release (Branched from FatFs R0.07b)\r