This example demonstrates how to use the Mbed OS file system on target RHOMBIO_L476DMW1K together with a Rhombio uSD Holder module. The example is based on mbed official mbed-os-example-filesystem with minor modifications.

You can find more information about the Mbed OS file system and other related pieces of the Mbed OS storage stack in the storage overview: https://os.mbed.com/docs/latest/reference/storage.html

mbed_app.json

Committer:
galonso@rhomb.io
Date:
2019-09-19
Revision:
5:37e9573e91f6
Parent:
4:642f093a7a87

File content as of revision 5:37e9573e91f6:

{
    "target_overrides": {
        "*": {
            "target.components_add": ["SD"]
        }
    }
}