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

Fix for missing rewind function in zephyr #8531

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

night1rider
Copy link
Contributor

Rewind function as listed does not exist in zephyr's file system api
see: https://docs.zephyrproject.org/apidoc/latest/group__file__system__api.html

Made z_fs_rewind to use a equivalent call to fs_seek so rewind is still available.

@night1rider night1rider self-assigned this Mar 5, 2025
@night1rider
Copy link
Contributor Author

Jenkins Retest this please

@dgarske dgarske merged commit 1bd3bf1 into wolfSSL:master Mar 6, 2025
178 checks passed
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.

3 participants