mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 08:48:31 +01:00
Compare commits
1 Commits
fix-migrat
...
fix-readme
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab56dc5a8b |
@@ -110,7 +110,7 @@ directory functions, with the deviation that the allocation of filesystem
|
|||||||
structures must be provided by the user.
|
structures must be provided by the user.
|
||||||
|
|
||||||
All POSIX operations, such as remove and rename, are atomic, even in event
|
All POSIX operations, such as remove and rename, are atomic, even in event
|
||||||
of power-loss. Additionally, no file updates are not actually committed to
|
of power-loss. Additionally, file updates are not actually committed to
|
||||||
the filesystem until sync or close is called on the file.
|
the filesystem until sync or close is called on the file.
|
||||||
|
|
||||||
## Other notes
|
## Other notes
|
||||||
|
|||||||
Reference in New Issue
Block a user