See https://github.com/mathias-arm/sdio-driver and https://github.com/mathias-arm/mbed-os-sdio-glue

Dependents:   mbed-os-example-filesystem-sdio

configs/mbed-os-example-filesystem.json

Committer:
elelthvd
Date:
2020-11-11
Revision:
0:d90c6c9a7600

File content as of revision 0:d90c6c9a7600:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate"                     : 115200,
            "platform.stdio-convert-newlines"              : true,
            "target.components_add"                        : ["SDIO"],
            "target.device_has_add"                        : ["SDIO"]
        },
        "LPC55S69_NS": {
            "target.components_remove"                     : ["SD"],
	    "target.macros_add"                            : ["BUTTON1=SW2"]
        },
        "DISCO_F746NG": {
            "target.components_remove"                     : ["SD"],
            "target.device_has_add"                        : ["SDIO_ASYNC"]
        }
    }
}