STM32H750VB_LCD/Middlewares/Third_Party/FatFs/src/00readme.txt
imi415 69329efb44
Added LVGL, added FatFS, added FreeRTOS
Added LVGL source code, fixed 24bit image, added test image, added
FatFs, disabled Unicode support for FatFs(bug).
2021-01-30 23:33:04 +08:00

22 lines
843 B
Plaintext

FatFs Module Source Files R0.12c
FILES
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.
option Optional external modules.
Low level disk I/O module is not included in this archive because the FatFs
module is only a generic file system layer and it does not depend on any specific
storage device. You have to provide a low level disk I/O module written to
control the storage device that attached to the target system.