We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Rewind and Seek functionality is not working as expected. I am using below code to verify the rewind functionality for FAT filesystem
https://gist.github.com/deepikabhavnani/d6ffc1d8078a01569bbb46c502616676
In https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/fat/FATFileSystem.cpp#L677 only the index is updated, instead it should update the structures as well with help of dir_sdi(dp, 0) function.
ChanFS does not provide seek/rewind functionality for directory
The text was updated successfully, but these errors were encountered:
cc @geky
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Rewind and Seek functionality is not working as expected. I am using below code to verify the rewind functionality for FAT filesystem
https://gist.github.com/deepikabhavnani/d6ffc1d8078a01569bbb46c502616676
In https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/fat/FATFileSystem.cpp#L677
only the index is updated, instead it should update the structures as well with help of dir_sdi(dp, 0) function.
ChanFS does not provide seek/rewind functionality for directory
The text was updated successfully, but these errors were encountered: