iabdalkader
a1111b83ed
stm32/sdio: Allow configuring the SDMMC periph used for SDIO.
...
This can now be selected by setting MICROPY_HW_SDIO_SDMMC, which defaults
to 1, ie SDMMC1. The pins can also be selected and default to the standard
C8/C9/C10/C11/C12/D2.
2021-04-30 11:26:04 +10:00
iabdalkader
80788154b3
stm32/sdio: Add functions to re/enable SDIO/SDIOIT.
2021-04-30 01:12:08 +10:00
iabdalkader
7497d891a7
stm32/sdio: Don't change any DMA2 settings on H7 MCUs.
...
DMA2 clock and registers should be left in their current state in the H7
build.
2020-10-06 23:31:08 +11:00
Damien George
69661f3343
all: Reformat C and Python source code with tools/codeformat.py.
...
This is run with uncrustify 0.70.1, and black 19.10b0.
2020-02-28 10:33:03 +11:00
Damien George
257b17ec10
stm32/sdio: Add support for H7 MCUs.
...
The cyw43 driver on stm32 will now work with H7 MCUs.
2020-01-31 23:25:18 +11:00
Damien George
12ed6f91ee
stm32: Add low-level SDIO interface for cyw43 driver.
2019-06-03 16:53:46 +10:00