Skip to content

Commit 9b1bd59

Browse files
author
Offir Kochalsky
authored
Merge pull request #3 from ARMmbed/offir-example-kvstore
added note for internal flashiap configuration
2 parents 29f74aa + 3f7c33b commit 9b1bd59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ the specific application requirements and target hardware:
1111

1212
KVStore Global APIs use Mbed-OS [KVStore configuration](#kvstore-configuration) json file to define the selected KVStore implementation option of the above.
1313

14+
**Note:** The example is by default set to be used on K64F target with **internal** memory (see: [mbed_app.json](./mbed_app.json)).
15+
If running in another target, make sure the target.json for the target includes the "components": ["FLASHIAP"] and device_has": ["FLASH"] or add this section to the example [mbed_app.json](./mbed_app.json).
16+
1417
You can find more information about Mbed OS Key Value Store Design and other related items in the [kvstore design documentation](https://github.com/ARMmbed/mbed-os/blob/master/docs/design-documents/features/storage/KVStore/KVStore_design.md).
1518

1619
**Table of contents:**

0 commit comments

Comments
 (0)