-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bump littlefs2-sys for littlefs 2.6 #42
base: main
Are you sure you want to change the base?
Conversation
9d86d0e
to
fdf1a1b
Compare
I managed to compile and try to mount an SD card storage implementation with Is there anything more specific to the migration process? |
I manged to format and write to the SD card. Now with the master branch up to date I can also test the |
This adds tests for generating filesystems with a version. It also adds tests that those filesystems are read properly. This will help avoid breaking backward compatibility
fdf1a1b
to
f718fc2
Compare
I did some testing once and it lead to the filesystem also failing to load though I didn't perform a thorough investigation as I was investigating another issue which I hoped would be solved by a more recent littlefs version, which wasn't the case. I've added a couple test that generate a filesystem with the old version and reads them with the new and it seems to work fine. |
I've tested the new version by formatting the SD card using I've been experiencing another issue when I format the SD card on the device. |
@sosthene-nitrokey any progress on upgrading littlefs? https://github.com/littlefs-project/littlefs/releases/tag/v2.7.0 |
This fixes a bug encountered in #33
According to the littlefs release notes, this shouldn't be a breaking change, but we should still test it nonetheless.