加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
This implementaion of file system is developed by ELM Chan
http://elm-chan.org/fsw/ff/00index_e.html.  

This is based on FAT file system specification.  It provides
an interface to physical storage management through its disk io
API in diskio.c. The disk io interfaces are updated to interface
with Zephyr flash memory management.

Current revision in the tree is 0.14b

The file system provides options to configure the source. The configurations
are stored in include/ffconf.h. Following configurations are updated.

FF_CODE_PAGE		437
FF_FS_TINY		1
FF_FS_NORTC		1
FF_STR_VOLUME_ID	1

The following configurations are exposed as kconfig options.
FF_USE_LFN	as	CONFIG_FS_FATFS_LFN
FF_MAX_LFN	as	CONFIG_FS_FATFS_MAX_LFN
FF_CODE_PAGE	as	CONFIG_FS_FATFS_CODEPAGE
FF_FS_READONLY	as	CONFIG_FS_FATFS_READ_ONLY
FF_USE_MKFS	as	CONFIG_FS_FATFS_MKFS
FF_VOLUMES	as	CONFIG_FS_FATFS_VOLUMES
FF_MAX_SS	as	CONFIG_FS_FATFS_MAX_SS

空文件

简介

暂无描述 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化