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