Skip to content

Commit a782081

Browse files
author
Cruz Monrreal
authored
Merge pull request #7164 from davidsaada/david_fix_nvstore_readme_apis
Fix NVStore README file (changed APIs)
2 parents b00a91d + b983ca9 commit a782081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/nvstore/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Each item is kept in an entry containing a header and data, where the header hol
2222
- get: Get the value of an item, given key.
2323
- set: Set the value of an item, given key and value.
2424
- set_once: Like set, but allows only a one time setting of this item (and disables deleting of this item).
25-
- set_alloc_key: Like set, but allocates a free key (from the non predefined keys).
25+
- alloc_key: Allocates a free key (from the keys that are not predefined) to an owner (an owning feature).
26+
- free_all_keys_by_owner: Free all allocated keys, given an owner.
2627
- remove: Remove an item, given key.
2728
- get_item_size: Get the item value size (in bytes).
2829
- set_max_keys: Set maximal value of unique keys. Overriding the default of NVSTORE_MAX_KEYS. This affects RAM consumption,

0 commit comments

Comments
 (0)