ARM面向IoT推出Littlefs,并对比了FATfs

2019-12-12 18:21发布

File systems for embedded systems and IoT devices have some additional requirements:

Power-cut resilience - it requires strong guarantees that the file system remains consistent, and data is flushed to the underlying storage.
Wear-leveling - typically storage supports a limited number of erases per block, so making use of the entire storage device is important for reliability.
Tiny footprint - IoT devices are constrained by ROM and RAM. A small footprint saves money.




友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
72条回答
fcmer2016
1楼-- · 2019-12-17 14:14
这个相比较Spiffs,优缺点是啥?有无掉电处理?
avr-arm
2楼-- · 2019-12-17 15:19
这个的均衡看起来做的很屌啊
fcmer2016
3楼-- · 2019-12-17 19:11
 精彩回答 2  元偷偷看……
linyu0395
4楼-- · 2019-12-17 20:37
__builtin_ctz   函数armcc下没有  编译不过去
rom
5楼-- · 2019-12-17 23:10
这是支持的啥系统啊,FAT?
tianxiaoMCU
6楼-- · 2019-12-18 00:45
dataflash下跑得没啥问题,SPI flash下格式化,挂载成功,创建文件并读写失败

一周热门 更多>