mirror of
https://github.com/trussed-dev/littlefs2-sys.git
synced 2026-06-20 04:16:31 -07:00
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.
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
[submodule "littlefs"]
|
|
path = littlefs
|
|
url = https://github.com/ARMmbed/littlefs
|
|
[submodule "littlefs-patched"]
|
|
path = littlefs-patched
|
|
url = https://github.com/trussed-dev/littlefs
|