3b9d6630c8fab475307d95824c368d45cd6ba41a
After quite a bit of prototyping, settled on the following functions: - lfs_dir_alloc - create a new dir - lfs_dir_fetch - load and check a dir pair from disk - lfs_dir_commit - save a dir pair to disk - lfs_dir_shift - shrink a dir pair to disk - lfs_dir_append - add a dir entry, creating dirs if needed - lfs_dir_remove - remove a dir entry, dropping dirs if needed Additionally, followed through with a few other tweaks
Description
A little fail-safe filesystem designed for microcontrollers
https://github.com/littlefs-project/littlefs.git
14 MiB
Languages
C
68.4%
Python
30.7%
Makefile
0.9%