Skip to content

Commit 73b18fc

Browse files
committed
add implementation for STM32F7
almost the same as for STM32F4, but in F7 SDIO device is renamed to SDMMC SDMMC1 is used for DISCO_F746NG updated readme.md for new target
1 parent e59a952 commit 73b18fc

File tree

3 files changed

+668
-1
lines changed

3 files changed

+668
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ The software is provided under [Apache-2.0 license](LICENSE). Contributions to t
1111
This is an implementation for a blockdevice to use SDHC cards via SDIO interface.
1212

1313
## Supported Hardware
14-
- STM32F4
14+
- STM32F4
15+
- STM32F7
1516

1617
## Tested Hardware
1718
- STM Discovery board 32F469IDISCOVERY, Targetname: DISCO_F469NI
1819
https://os.mbed.com/platforms/ST-Discovery-F469NI/
20+
- STM Discovery board 32F746IDISCOVERY, Targetname: DISCO_F746NG
21+
https://os.mbed.com/platforms/ST-Discovery-F746NG/
1922

2023

2124
## Driver Description

0 commit comments

Comments
 (0)