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条回答
lindabell
1楼-- · 2019-12-13 17:06
不知道稳定了没?
yj_yulin
2楼-- · 2019-12-13 19:52
只是mbed对https://github.com/geky/littlefs的封装,不地让大家用上比fat好的系统也是不错的
WM_CH
3楼-- · 2019-12-13 20:13
收藏                        
dreambox
4楼-- · 2019-12-14 01:07
 精彩回答 2  元偷偷看……
FireHe
5楼-- · 2019-12-14 04:48
好东西呀。ARM出品的话,那质量应该有保障
xiaoxu191
6楼-- · 2019-12-14 07:46
It's available in early-release form as part of Mbed OS 5.7 and as a standalone C library for non-Mbed systems. It's licensed under the permissive Apache 2.0 license and available from GitHub here.

Mbed OS 和裸奔都可以。Apache license

一周热门 更多>