mirror of
https://github.com/openharmony/third_party_FatFs.git
synced 2026-07-22 06:15:30 -04:00
97668edb4f
1. f_mkfs接口增强,现在除了簇大小,同时支持fat表数量,数据区对齐大小,根目录大小的设置。 2. 抽象部分内部接口find_volume/create_partition,提高代码复用度。 3. 修复一些bug。 Signed-off-by: Far <yesiyuan2@huawei.com>
12 lines
813 B
Plaintext
12 lines
813 B
Plaintext
[
|
|
{
|
|
"Name" : "FatFs",
|
|
"License" : "BSD 3-Clause License",
|
|
"License File" : "LICENSE.txt",
|
|
"Version Number" : "R0.14a",
|
|
"Owner" : "yesiyuan2@huawei.com",
|
|
"Upstream URL" : "http://elm-chan.org/fsw/ff/00index_e.html",
|
|
"Description" : "FatFs is a generic FAT/exFAT filesystem module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, RX and etc. Also Petit FatFs module for tiny microcontrollers is available here."
|
|
}
|
|
]
|