文件名称:littlefs文件系统源码
文件大小:62KB
文件格式:ZIP
更新时间:2021-11-18 04:31:03
littlefs 文件系统
断电恢复能力 - 要求文件系统保持一致,并将数据刷新到底层存储。 平均磨损 - 通常情况下,存储支持每块数量有限的擦除,因此使用整个存储设备对于可靠性非常重要。 微小的占地面积 - 物联网设备受到ROM和RAM的限制。占地面积小可以节省资金。
【文件预览】:
littlefs-master
----.travis.yml(8KB)
----lfs.h(15KB)
----emubd()
--------lfs_emubd.h(2KB)
--------lfs_emubd.c(5KB)
----DESIGN.md(56KB)
----tests()
--------test_files.sh(4KB)
--------test_seek.sh(12KB)
--------test_dirs.sh(15KB)
--------test_paths.sh(4KB)
--------test.py(2KB)
--------test_interspersed.sh(6KB)
--------stats.py(803B)
--------template.fmt(2KB)
--------test_corrupt.sh(2KB)
--------test_format.sh(943B)
--------test_move.sh(8KB)
--------test_alloc.sh(13KB)
--------test_truncate.sh(6KB)
--------test_orphan.sh(1KB)
----lfs_util.c(857B)
----SPEC.md(17KB)
----lfs_util.h(5KB)
----lfs.c(69KB)
----LICENSE.md(1KB)
----.gitignore(70B)
----Makefile(1KB)
----README.md(7KB)