Skip to content
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

Compile MountedLittlefs only if experimental is enabled #563

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

Conversation

wzhd
Copy link
Contributor

@wzhd wzhd commented Mar 6, 2025

Submission Checklist 📝

This a minor patch to fix broken compilation under some conditions.

Pull Request Details 📖

Description

crate::fs is only compiled when the experimental feature is enabled, but the user may have started using the joltwallet/littlefs component through its raw bindings, without relying on experimental.
But esp_idf_comp_joltwallet__littlefs_enabled would be true, causing MountedLittlefs to be compiled even when crate::fs isn't. crate::fs::littlefs::PartitionRawData can't be unresolved and breaks the build.

Testing

I'm using a local repo of esp-idf-svc as a path dependency.

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.

1 participant