Add unstable-littlefs-patched feature

In #27, we updated littlefs to a patched version that backports a change
from littlefs v2.11 (filesystem shrinking) and adds a feature that has
not been merged upstream yet (config flag to disable block count check
on mount). To be able to cut a new release without rolling out these
changes to all users, this patch adds the new unstable-littlefs-patched
feature that enables these changes.
This commit is contained in:
Robin Krahl
2026-02-25 16:20:18 +01:00
parent 357781807f
commit 65e2a03484
7 changed files with 27 additions and 7 deletions
+3
View File
@@ -1,3 +1,6 @@
[submodule "littlefs"]
path = littlefs
url = https://github.com/ARMmbed/littlefs
[submodule "littlefs-patched"]
path = littlefs-patched
url = https://github.com/trussed-dev/littlefs