xiaoxiang781216 commented on code in PR #8496: URL: https://github.com/apache/nuttx/pull/8496#discussion_r1103725083
########## fs/littlefs/Kconfig: ########## @@ -6,17 +6,81 @@ config FS_LITTLEFS Build the LITTLEFS file system. https://github.com/littlefs-project/littlefs. if FS_LITTLEFS +config FS_LITTLEFS_ADVANCED_BLOCK_DEVICE_CFG Review Comment: Yes, but block_count need change like this: ``` fs->cfg.block_count = fs->geo.neraseblocks / CONFIG_FS_LITTLEFS_BLOCK_SIZE_FACTOR; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org