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
Added support for growing filesystems with Filesystem::grow.
Added unstable-littlefs-patched feature. Enabling this feature may break semantic versioning guarantees. If this feature is enabled, a patched version of littlefs is used (see littlefs2-sys) and the following changes are applied:
Added config flag to disable the block count check on mount:
Added MountFlags enum.
Config: Added mount_flags field.
Added support for shrinking filesystems with Filesystem::shrink.