Skip to content

Commit d6beb4d

Browse files
committed
Update README.md
added some description
1 parent a9deb13 commit d6beb4d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,22 @@ This is not officially supported driver.
77
## License & Contributions
88

99
The software is provided under [Apache-2.0 license](LICENSE). Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more info.
10+
11+
This is an implementation for a blockdevice to use SDHC cards via SDIO interface.
12+
13+
## Supported Hardware
14+
- STM32F4
15+
16+
## Tested Hardware
17+
- STM Discovery board 32F469IDISCOVERY, Targetname: DISCO_F469NI
18+
https://os.mbed.com/platforms/ST-Discovery-F469NI/
19+
20+
21+
## Driver Description
22+
This SDIOBlockdevice inherits from Blockdevice. The implementation uses an intermediate layer for the target specific code. This version uses the STM HAL
23+
for the SD card communication, an approach that is not fully mBed compliant. So this driver is not part of the mbed-os, a cleaner solution maybe supplied in the future. Anyway, this driver passes the same tests as for a SDBlockdevice with SPI interface.
24+
25+
## Usage
26+
The driver is used like other blockdevices, a good starting point is https://github.com/ARMmbed/mbed-os-example-filesystem
27+
28+

0 commit comments

Comments
 (0)