Donny9 commented on code in PR #9937: URL: https://github.com/apache/nuttx/pull/9937#discussion_r1277176523
########## drivers/mmcsd/Kconfig: ########## @@ -163,6 +163,13 @@ config SDIO_BLOCKSETUP number of blocks. Others just work on the byte stream. This option enables the block setup method in the SDIO vtable. +config MMCSD_BLOCK_WDATADELAY + int "The wait timeout to write one data block" + default 260 + ---help--- + Some hardware needs to config this delay to write one data block, because + the hardware needs more time to wear leveling and bad block manage. Review Comment: Done~ ########## drivers/mmcsd/Kconfig: ########## @@ -163,6 +163,13 @@ config SDIO_BLOCKSETUP number of blocks. Others just work on the byte stream. This option enables the block setup method in the SDIO vtable. +config MMCSD_BLOCK_WDATADELAY + int "The wait timeout to write one data block" + default 260 + ---help--- + Some hardware needs to config this delay to write one data block, because Review Comment: Done~ -- 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