mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
d6423b5527
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>