1f13006e36dec7d2616de61ae707b7c7089c2846
This should be the last step to removing the need for parent entries. Parent entries cause all sort of problems with atomic directory updates, especially related to moving/deleting directories. I couldn't figure out a parser for '..' entries without, O(n^2) runtime, a stack, or modifying the path itself. Since the goal is constant memory consumption, I went with the O(n^2) runtime solution, but this may need to be optimized later.
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%