-
Notifications
You must be signed in to change notification settings - Fork 105
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
Update sdmmc support #378
Update sdmmc support #378
Conversation
This removes the requirement to have a complete card structure before calling a number of internal methods
@ostenning There's a few changes to the sdmmc support here, it would be helpful if you could try this out! |
Hi @richardeoin , I've given this branch a fairly quick test with the Is there anything specifically you would like me to test? |
separate sd card/emmc signalling types
Thanks @ostenning 👍 I was looking for a sanity check really, so that test with |
@richardeoin Do you plan to update f4xx-hal also? |
@burrbull No I don't plan to update f4xx-hal. The F4 reference manuals I found don't mention eMMC at all (although it might still be possible..) and I don't have any f4 + eMMC hardware to test on |
bors r+ |
377: Added reset reason impl r=richardeoin a=diondokter 378: Update sdmmc support r=richardeoin a=richardeoin Update sdio-host version and improve eMMC support Co-authored-by: Dion Dokter <diondokter@gmail.com> Co-authored-by: Richard Meadows <962920+richardeoin@users.noreply.github.com>
This PR was included in a batch that was canceled, it will be automatically retried |
Update sdio-host version and improve eMMC support