mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2024-11-23 06:50:37 +00:00
ed674e8414
Missing seek, but these are the core filesystem operations provided by this filesystem: - Read a file - Append to a file Additional work is needed around freeing the previous file, so right now it's limited to appending to existing files, a real append only filesystem. Unfortunately the overhead of the free list with multiple open files is becoming tricky. |
||
---|---|---|
emubd | ||
lfs_bd.h | ||
lfs_config.h | ||
lfs.c | ||
lfs.h | ||
Makefile |