esp-idf/components/nvs_flash
Jakob Hasse 5395f451a2 [doc]: NVS documentation updates
* Move nvs flash README to common doc directory
* correct markup of functions and types in text
  from old README
* Better comment of nvs_get_used_entry_count()
* Mention C++ example in API reference
* Used target instead of hard code ESP32
* Note that strings can only span one page
* Reflect that item types have been moved
* Some clarification about nvs_commit()
* Improved reference to the ESP Partition API
* fixed little mistake in documenting-code.rst
* Change of nvs_open_from_part() to
  nvs_open_from_partition() reflected in docs
* Corrected documentation of
  NVSHandle::get_string(), NVSHandle::get_blob()
  and NVSHandle::get_item_size().

* Closes DOC-165
* Closes IDF-1563
* Closes IDF-859
* Closes https://github.com/espressif/esp-idf/issues/6123
2021-06-02 13:34:35 +08:00
..
host_test NVS flash: host-based unit test of nvs::Page 2020-12-14 18:53:14 +08:00
include [doc]: NVS documentation updates 2021-06-02 13:34:35 +08:00
mock/int NVS flash: host-based unit test of nvs::Page 2020-12-14 18:53:14 +08:00
nvs_partition_generator style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
src [doc]: elaborated nvs encryption comments in nvs 2021-03-22 13:02:35 +00:00
test NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
test_nvs_host Merge branch 'feature/linux_target' into 'master' 2020-12-16 16:25:38 +08:00
.gitignore nvs_flash, wear_levelling: ignore host test files 2017-04-17 11:01:18 +08:00
CMakeLists.txt NVS flash: host-based unit test of nvs::Page 2020-12-14 18:53:14 +08:00
component.mk nvs_flash: build nvs_encr.cpp only if relevant config option is enabled 2019-11-15 15:58:31 +05:30
Kconfig nvs_flash: Modify the default NVS initialization API with internal nvs encryption 2021-01-20 11:12:14 +00:00