L VD
/
mbed-os-example-filesystem-sdio
The Mbed OS file system example with sdio-driver for LPC55S69_NS and DISCO_F746NG targets
Diff: mbed_app.json
- Revision:
- 1:e66d25a6ff40
- Parent:
- 0:5db1517e0856
diff -r 5db1517e0856 -r e66d25a6ff40 mbed_app.json --- a/mbed_app.json Wed Nov 11 02:58:32 2020 +0000 +++ b/mbed_app.json Wed Nov 11 11:01:50 2020 +0800 @@ -1,7 +1,18 @@ { "target_overrides": { "*": { - "platform.stdio-convert-newlines": true + "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"] } } }