00readme.txt 797 B

123456789101112131415161718192021
  1. FatFs Module Source Files R0.12a
  2. FILES
  3. 00readme.txt This file.
  4. history.txt Revision history.
  5. ffconf.h Configuration file for FatFs module.
  6. ff.h Common include file for FatFs and application module.
  7. ff.c FatFs module.
  8. diskio.h Common include file for FatFs and disk I/O module.
  9. diskio.c An example of glue function to attach existing disk I/O module to FatFs.
  10. integer.h Integer type definitions for FatFs.
  11. option Optional external functions.
  12. Low level disk I/O module is not included in this archive because the FatFs
  13. module is only a generic file system layer and not depend on any specific
  14. storage device. You have to provide a low level disk I/O module that written
  15. to control the target storage device.