You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove littlefs2_prince_filesystem! macro because the implementation did not correctly determine the PRINCE regions to enable. Users should replace it with a custom implementation using the appropriate PRINCE regions for their configuration.
Replace littlefs2_filesystem! macro with Storage struct.
Rename littlefs feature to littlefs2-v0.7.
Add support for littlefs2 v0.8 behind the littlefs2-v0.8 feature.