cpu/stm32/periph: add low-level SDMMC peripheral driver#19540
Merged
benpicco merged 5 commits intoRIOT-OS:masterfrom Dec 24, 2023
Merged
cpu/stm32/periph: add low-level SDMMC peripheral driver#19540benpicco merged 5 commits intoRIOT-OS:masterfrom
benpicco merged 5 commits intoRIOT-OS:masterfrom
Conversation
8a6ef57 to
f175caa
Compare
f175caa to
e29320e
Compare
7fa75af to
65cc37a
Compare
65cc37a to
715120f
Compare
715120f to
c7b8362
Compare
c7b8362 to
5c8db7b
Compare
1f10d5a to
1e716b0
Compare
Contributor
Author
Done |
Contributor
Author
|
🤔 due to the last change the compilation fails now for applications that don't use |
53cd37e to
af142f6
Compare
Contributor
Author
Contributor
|
af142f6 looks fine, let's squash and see what CI thinks of it |
af142f6 to
2c2e70f
Compare
Contributor
Author
Contributor
|
I think you might as well remove the Kconfig altogether |
Contributor
Author
Contributor
|
Please squash! |
a215d0d to
b3f3e16
Compare
Contributor
Author
|
Thanks 😄 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR implements the low-level SDIO/SDMMC peripheral driver for STM32 according to the definition in #19539. STM32 F2, F4 and F7 are supported. The DMA peripheral driver had to be extended for SDIO/SDMMC.
The PR also enables the SD Card Slot for the
stm32f746g-discoandstm32l496g-disco.Testing procedure
Issues/PRs references
Depends on PR #19539Depends on PR #19899Depends on PR #20104