L VD
/
mbed-os-example-filesystem-sdio
The Mbed OS file system example with sdio-driver for LPC55S69_NS and DISCO_F746NG targets
mbed_app.json
- Committer:
- elelthvd
- Date:
- 2020-11-11
- Revision:
- 1:e66d25a6ff40
- Parent:
- 0:5db1517e0856
File content as of revision 1:e66d25a6ff40:
{ "target_overrides": { "*": { "platform.stdio-convert-newlines": true, "platform.stdio-baud-rate" : 115200, "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"] } } }