pkg/lwext4: add lightweight implementation of the ext2/3/4 filesystem#18682
Merged
bors[bot] merged 4 commits intoRIOT-OS:masterfrom Feb 25, 2023
Merged
pkg/lwext4: add lightweight implementation of the ext2/3/4 filesystem#18682bors[bot] merged 4 commits intoRIOT-OS:masterfrom
bors[bot] merged 4 commits intoRIOT-OS:masterfrom
Conversation
Murdock results✔️ PASSED 020aac6 boards/same54-xpro: add support for lwEXT4
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
maribu
approved these changes
Feb 25, 2023
Contributor
Author
|
Thank you! bors merge |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This adds lwEXT4 as a package and provides integration with MTD and VFS.
lwEXT4 is an implementation of the ext2/3/4 journaling file system. The different feature levels can be selected by the pseudo-modules
lwext2_vfs,lwext3_vfsandlwext4_vfsrespectively.It is intended for use on SD cards (maybe large NAND flashes once we have support for those) as a more fault tolerant alternative to FAT. (If this is really the case has to be seen 😉)
Testing procedure
In
tests/vfs_defaultenable one of thelwext%_vfsmodules either onnativeorsame54-xpro. (Other boards need the mount point configured)Issues/PRs references