Skip to content

Bump littlefs to 1.7.2#1

Open
weebl2000 wants to merge 8 commits into
meshcore-dev:masterfrom
weebl2000:meshcore-patches
Open

Bump littlefs to 1.7.2#1
weebl2000 wants to merge 8 commits into
meshcore-dev:masterfrom
weebl2000:meshcore-patches

Conversation

@weebl2000
Copy link
Copy Markdown

No description provided.

weebl2000 and others added 8 commits March 4, 2026 22:14
Copied from littlefs-project/littlefs/v1.7.2

Co-Authored-By: liquidraver <504870+liquidraver@users.noreply.github.com>
Co-Authored-By: taco <taco@sly.nu>
Co-Authored-By: liquidraver <504870+liquidraver@users.noreply.github.com>
The Arduino loop_task stack size was an unconditional #define (1024 words / 4KB),
so -DLOOP_STACK_SZ=... from a project's build flags could not override it (it was
discarded with -Wmacro-redefined). Guard it with #ifndef so projects can enlarge
the loop_task stack when loop() does work that needs more than 4KB (e.g. deep
LittleFS file-open call chains), without editing the framework.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Make LOOP_STACK_SZ overridable from the build (#ifndef guard)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants