You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, it is disabled.
It could be redefined in variant.h adding:
If SDMMC:
#define SD_HW_FLOW_CTRL SDMMC_HARDWARE_FLOW_CONTROL_ENABLE
if SDIO:
#define SD_HW_FLOW_CTRL SDIO_HARDWARE_FLOW_CONTROL_ENABLE
or using build_opt.h:
If SDMMC:
-DSD_HW_FLOW_CTRL=SDMMC_HARDWARE_FLOW_CONTROL_ENABLE
if SDIO:
-DSD_HW_FLOW_CTRL=SDIO_HARDWARE_FLOW_CONTROL_ENABLE
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments