Skip to content

Conversation

@andrzej-kaczmarek
Copy link
Contributor

This bumps littlefs repository to the latest v2.11.2 and improves and cleans up glue layer.

New featues:

  • add automatic detection of block size and block count from flash area
  • add option to disable thread-safety
  • add option to disable inlined files
  • add option to enabled littlefs traces

@andrzej-kaczmarek andrzej-kaczmarek force-pushed the bump-littlefs branch 2 times, most recently from cdd58e7 to 7da1fbc Compare November 24, 2025 22:33
This bumps littlefs repository to the latest v2.11.2 and improves and
cleans up glue layer.

New featues:
- add automatic detection of block size and block count from flash area
- add option to disable thread-safety
- add option to disable inlined files
- add option to enabled littlefs traces
@andrzej-kaczmarek andrzej-kaczmarek merged commit 5829b17 into apache:master Nov 25, 2025
25 checks passed
@andrzej-kaczmarek andrzej-kaczmarek deleted the bump-littlefs branch November 25, 2025 12:16
lfs_cfg->context = (struct flash_area *)fa;

fsr_cnt = 1;
rc = flash_area_to_sector_ranges(FLASH_AREA_STORAGE, &fsr_cnt, &fsr);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is FLASH_AREA_STORAGE? Is it released to MYNWET_VAL(LITTLEFS_FLASH_AREA) from line 771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants