Skip to content

Add warning to NVStore.md #1172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/storage/NVStore.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NVStore

<span class="warnings">**Warning:** This API is deprecated. In its place, please use [KVStore](../apis/kvstore.html).</span>

<span class="images">![](https://os.mbed.com/docs/development/mbed-os-api-doxy/class_n_v_store.png)<span>NVStore class hierarchy</span></span>

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.
Expand Down