Skip to content

Commit 5d5c81d

Browse files
author
Amanda Butler
authored
Add image to NVStore.md
Add class hierarchy diagram.
1 parent b046f92 commit 5d5c81d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/api/storage/NVStore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## NVStore
22

3+
<span class="images">![](https://os.mbed.com/docs/v5.8/mbed-os-api-doxy/class_n_v_store.png)<span>NVStore class hierarchy</span></span>
4+
35
NVStore is a lightweight module that stores data by keys in the internal flash for security purposes. For each item key, the NVStore module provides the ability to set the item data or get it. Newly added values are added to the end of the existing data, superseding the previous value that was there for the same key. The NVStore module ensures that power failures don't harm existing data during any operation.
46

57
### Flash structure

0 commit comments

Comments
 (0)