XuNeo opened a new pull request #5294:
URL: https://github.com/apache/incubator-nuttx/pull/5294


   
   
   ## Summary
   For some emmc controller, there is limit on blocks can be transferred in 
multi-block transfer mode, thus change the configuration from 
CONFIG_MMCSD_MULTIBLOCK_DISABLE to CONFIG_MMCSD_MULTIBLOCK_LIMIT, to specify 
exact number of blocks.
   
   - set to 0 equals to CONFIG_MMCSD_MULTIBLOCK_DISABLE=n
   - set to 1 equals to CONFIG_MMCSD_MULTIBLOCK_DISABLE=y.
   - any other value means the block count can be transferred in multi-block 
mode.
   
   ## Impact
   None
   ## Testing
   Tested internally.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to