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
Revision 5:37e9573e91f6, committed 2019-09-19
- Comitter:
- galonso@rhomb.io
- Date:
- Thu Sep 19 13:29:36 2019 +0200
- Parent:
- 4:642f093a7a87
- Commit message:
- changes in README.md
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
diff -r 642f093a7a87 -r 37e9573e91f6 README.md --- a/README.md Thu Sep 19 12:27:38 2019 +0200 +++ b/README.md Thu Sep 19 13:29:36 2019 +0200 @@ -24,7 +24,7 @@ * An external block device (one of SPI flash, DataFlash or an SD card). * Simulated on a heap block device on boards with enough RAM. -This example uses an instance of the LittleFileSystem API (LittleFS) on external SPI flash. +This example uses an instance of the LittleFileSystem API (LittleFS) on external SD card. The [changing the block device](#changing-the-block-device) section describes how to change the file system or block device in the example.