Skip to content

samples: littlefs: add lpcxpresso55s and frdm_mcx configuration #88155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

butok
Copy link
Contributor

@butok butok commented Apr 4, 2025

Adds lpcxpresso55s and frdm_mcx configuration for the LittleFS sample.

Adds lpcxpresso55s and frdm_mcx configuration for the LittleFS sample.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
Comment on lines +4 to +5
CONFIG_FS_LITTLEFS_PROG_SIZE=128
CONFIG_FS_LITTLEFS_CACHE_SIZE=128
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to make sure, because documentation and Kconfig description fails to mention that: you do know that these are defaults for instances configured with macro FS_LITTLEFS_DECLARE_DEFAULT_CONFIG and DTS instances that did not provide some of params, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just to make sure, because documentation and Kconfig description fails to mention that: you do know that these are defaults for instances configured with macro FS_LITTLEFS_DECLARE_DEFAULT_CONFIG and DTS instances that did not provide some of params, right?

Yes, this is part of the default (not custom) configuration structure used by the sample application for the storage partition.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

UP

@butok butok added this to the v4.2.0 milestone Jun 24, 2025
@danieldegrasse danieldegrasse modified the milestones: v4.2.0, v4.3.0 Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants