mirror of
https://github.com/openharmony/third_party_FatFs.git
synced 2026-07-01 22:44:08 -04:00
4094ea3cb80e15fb0dd3910f7745950b5c0ea081
FATFS内部接口中,仅对FAT32的FAT表结束符0x0FFFFFFF做了判断,而忽略了FAT12和FAT16的结束标志。 这会导致子在FAT12/FAT16中,部分功能异常。 Close #I409R6 Signed-off-by: Far <yesiyuan2@huawei.com>
FatFs Module Source Files R0.13c 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. ffunicode.c Optional Unicode utility functions. ffsystem.c An example of optional O/S related functions. 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 need to provide a low level disk I/O module written to control the storage device that attached to the target system.
Description
Languages
C
89%
HTML
10.9%
CSS
0.1%