esp-idf/components
konstantin c93626db3f nvs:Add functions for calculating used/free entries
Users needs functions to count the number of free and used entries.

1. `nvs_get_stats()` This function return structure of statistic about the uspace NVS.
(Struct: used_entries, free_entries, total_entries and namespace_count)
2. `nvs_get_used_entry_count()` The second function return amount of entries in the namespace (by handler)
3. Added unit tests.

Closes TW<12282>
2018-04-13 10:34:13 +05:00
..
2018-04-06 17:16:27 +05:30
2018-02-28 10:17:14 +11:00
2016-11-16 15:57:34 +11:00
2018-04-10 14:08:10 +00:00
2017-03-07 10:18:47 +11:00
2018-02-05 14:15:26 +08:00
2018-04-05 11:46:42 +08:00
2018-04-11 11:07:13 +08:00