Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32h7:sdmmc It is not an error if no wait was needed #9228

Commits on May 9, 2023

  1. stm32h7:sdmmc It is not an error if no wait was needed

       If the CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE is enabled and the
       card is found to be ready in the waitenable call. Then
       we do not need a Watchdog nor to configure the pin for
       IRQ to detect ready.
    
       This was reported as an error, and it is not, it simply means
       we do not have to wait.
    davids5 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    56db4e1 View commit details
    Browse the repository at this point in the history