Implement filesystem-based partition state access and CLI tools#615
Merged
danielinux merged 7 commits intowolfSSL:masterfrom Oct 30, 2025
Merged
Implement filesystem-based partition state access and CLI tools#615danielinux merged 7 commits intowolfSSL:masterfrom
danielinux merged 7 commits intowolfSSL:masterfrom
Conversation
- Add filesystem access implementation in HAL (`hal/filesystem.c`) - Introduce new library_fs target and build rules for filesystem-backed partition management - Provide example configuration for library_fs - Add CLI application (`hal/library_fs.c`) to query and manage partitions - Update documentation with usage instructions and build steps for the new CLI tool - Update .gitignore
6e7ebee to
9587620
Compare
d35317b to
3c77ab6
Compare
Member
|
There is a printf in image.c:1277 requiring a mock for Consider this fix: |
dgarske
requested changes
Oct 23, 2025
Contributor
dgarske
left a comment
There was a problem hiding this comment.
I think this approach will work. I am having trouble getting this cross-compiled for the older Ubuntu on customer hardware, but will work though it.
Can you go ahead and add CI tests for this similar to your script? Thank you
0b60eb1 to
e48ba6e
Compare
Member
Author
|
@dgarske CI added. |
danielinux
previously approved these changes
Oct 28, 2025
dgarske
approved these changes
Oct 29, 2025
danielinux
approved these changes
Oct 30, 2025
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.
hal/filesystem.c)hal/library_fs.c) to query and manage partitions