You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/21 16:09:25 UTC

[GitHub] [incubator-nuttx] XuNeo commented on pull request #5294: driver/mmcsd: add option to limit block count in multiple-block trans…

XuNeo commented on pull request #5294:
URL: https://github.com/apache/incubator-nuttx/pull/5294#issuecomment-1018648811


   Yes, this change is actually a break change for downstream users since CONFIG_MMCSD_MULTIBLOCK_DISABLE no longer exists. They will have to figure out why their EMMC stops working and reconfigure CONFIG_MMCSD_MULTIBLOCK_LIMIT to 1.
   
   Keep both two configurations will make it compatible, but it kinds of  redundant.
   
   I suggest a clean code with clear break-changes doc so when issues happen, users can quickly follow up.
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org