nuttx/fs/romfs
Jiuzhu Dong d6423b5527 romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS
The default size of file cache is size of a sector, it may
not be good size for optimizing read/write speed in physical
device. So we can set the config according to speed test profile
to optimize access IO speed.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2022-10-24 20:49:09 +08:00
..
fs_romfs.c romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
fs_romfs.h romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
fs_romfsutil.c romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
Kconfig romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
Make.defs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00