This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/fatfs/00readme.txt

23 lines
915 B
Plaintext
Raw Normal View History

2017-08-16 19:37:39 +02:00
FatFs Module Source Files R0.13
2016-04-18 18:04:04 +02:00
FILES
2017-04-14 17:31:34 +02:00
00readme.txt This file.
00history.txt Revision history.
ff.c FatFs module.
ffconf.h Configuration file of FatFs module.
ff.h Common include file for FatFs and application module.
diskio.h Common include file for FatFs and disk I/O module.
diskio.c An example of glue function to attach existing disk I/O module to FatFs.
integer.h Integer type definitions for FatFs.
2017-08-16 19:37:39 +02:00
ffunicode.c Optional Unicode utility functions.
ffsystem.c An example of optional O/S related functions.
2016-04-18 18:04:04 +02:00
Low level disk I/O module is not included in this archive because the FatFs
2017-04-14 17:31:34 +02:00
module is only a generic file system layer and it does not depend on any specific
2017-08-16 19:37:39 +02:00
storage device. You need to provide a low level disk I/O module written to
2017-04-14 17:31:34 +02:00
control the storage device that attached to the target system.
2016-04-18 18:04:04 +02:00