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条回答
leafstamen
1楼-- · 2019-12-12 23:56
只能在Mbed OS下用?
security
2楼-- · 2019-12-13 04:15
开源不?
看起来很实用。

谢谢分享。
dr2001
3楼-- · 2019-12-13 09:58
security 发表于 2017-12-26 09:25
开源不?
看起来很实用。

Github上有,似乎是Apache的LIC。
按正常理解就是随便用。
security
4楼-- · 2019-12-13 13:20
dr2001 发表于 2017-12-26 09:26
Github上有,似乎是Apache的LIC。
按正常理解就是随便用。

谢谢。
看来后续的选型,可以优先考虑这个了。
styleno1
5楼-- · 2019-12-13 15:28
 精彩回答 2  元偷偷看……
dr2001
6楼-- · 2019-12-13 16:17
leafstamen 发表于 2017-12-26 09:20
只能在Mbed OS下用?

裸C代码,自己做Block Device的访问接口就行,随便用。

一周热门 更多>