Upgrade fatfs component version
This commit is contained in:
@@ -230,4 +230,13 @@ menu "FAT Filesystem support"
|
||||
accessing target media for given file descriptor!
|
||||
See 'Improving I/O performance' section of 'Maximizing Execution Speed' documentation page
|
||||
for more details.
|
||||
|
||||
config FATFS_IMMEDIATE_FSYNC
|
||||
bool "Enable automatic f_sync"
|
||||
default n
|
||||
help
|
||||
Enables automatic calling of f_sync() to flush recent file changes after each call of vfs_fat_write(),
|
||||
vfs_fat_pwrite(), vfs_fat_link(), vfs_fat_truncate() and vfs_fat_ftruncate() functions.
|
||||
This feature improves file-consistency and size reporting accuracy for the FatFS,
|
||||
at a price on decreased performance due to frequent disk operations
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user