
AccellerationFileNV Assignment
Dependencies: BSP_B-L475E-IOT01
Revision 16:df247c577209, committed 2018-06-11
- Comitter:
- mbed_official
- Date:
- Mon Jun 11 19:45:16 2018 +0100
- Parent:
- 15:adaa6c01d727
- Child:
- 17:e1a65ef7e057
- Commit message:
- Merge pull request #50 from ARMmbed/iriark01-patch-1
Trying to clarify the hardwarwe
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-filesystem
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
--- 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