Example of Mbed filesystem using HeapBlockDevice
Dependents: TemperatureButtonFile AccelleratorRead
Diff: README.md
- Revision:
- 16:df247c577209
- Parent:
- 12:a07d0af60cc6
- Child:
- 24:54f958b463d0
--- a/README.md Mon May 21 15:00:13 2018 +0100 +++ b/README.md Mon Jun 11 19:45:16 2018 +0100 @@ -18,9 +18,11 @@ ## Hardware requirements -This example uses a block device as storage. This can be either an external -block device (one of SPI flash, DataFlash or an SD card) or simulated on a -heap block device on boards with enough RAM. +This example uses a block device as storage. This can be one of: + +* A built-in SPI flash, such as on the [FRDM-K82F](https://os.mbed.com/platforms/FRDM-K82F/). +* 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. The [changing the block device](#changing-the-block-device) section describes