xref: /nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/00readme.txt (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZeroFatFs Module Source Files R0.12a
2*10465441SEvalZero
3*10465441SEvalZero
4*10465441SEvalZeroFILES
5*10465441SEvalZero
6*10465441SEvalZero  00readme.txt This file.
7*10465441SEvalZero  history.txt  Revision history.
8*10465441SEvalZero  ffconf.h     Configuration file for FatFs module.
9*10465441SEvalZero  ff.h         Common include file for FatFs and application module.
10*10465441SEvalZero  ff.c         FatFs module.
11*10465441SEvalZero  diskio.h     Common include file for FatFs and disk I/O module.
12*10465441SEvalZero  diskio.c     An example of glue function to attach existing disk I/O module to FatFs.
13*10465441SEvalZero  integer.h    Integer type definitions for FatFs.
14*10465441SEvalZero  option       Optional external functions.
15*10465441SEvalZero
16*10465441SEvalZero
17*10465441SEvalZero  Low level disk I/O module is not included in this archive because the FatFs
18*10465441SEvalZero  module is only a generic file system layer and not depend on any specific
19*10465441SEvalZero  storage device. You have to provide a low level disk I/O module that written
20*10465441SEvalZero  to control the target storage device.
21*10465441SEvalZero
22