mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Fix: grammatical & aesthetic changes
JIRA IDF-3776
This commit is contained in:
parent
f9d6cb7099
commit
3aad3fd38f
@ -15,8 +15,8 @@ Notes
|
||||
- It is not a real-time stack. One write operation might take much longer than another.
|
||||
- For now, it does not detect or handle bad blocks.
|
||||
- SPIFFS is able to reliably utilize only around 75% of assigned partition space.
|
||||
- When the filesystem is running out of space, the garbage collector is trying to find free space by scanning the filesystem multiple times, which can take up to a few seconds per write function call, depending on required space.
|
||||
- Deleting files does not always delete the whole file, which leaves unusable sections throughout the filesystem.
|
||||
- When the filesystem is running out of space, the garbage collector is trying to find a free space by scanning the filesystem multiple times, which can take up to several seconds per write function call, depending on required space.
|
||||
- Deleting a file does not always remove the whole file, which leaves unusable sections throughout the filesystem.
|
||||
|
||||
Tools
|
||||
-----
|
||||
|
Loading…
x
Reference in New Issue
Block a user