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

Committer:
galonso@rhomb.io
Date:
Thu Sep 19 13:29:36 2019 +0200
Revision:
5:37e9573e91f6
Parent:
4:642f093a7a87
changes in README.md

Who changed what in which revision?

UserRevisionLine numberNew contents of line
galonso@rhomb.io 4:642f093a7a87 1 {
galonso@rhomb.io 4:642f093a7a87 2 "target_overrides": {
galonso@rhomb.io 4:642f093a7a87 3 "*": {
galonso@rhomb.io 4:642f093a7a87 4 "target.components_add": ["SD"]
galonso@rhomb.io 4:642f093a7a87 5 }
galonso@rhomb.io 4:642f093a7a87 6 }
galonso@rhomb.io 4:642f093a7a87 7 }