esp-idf/examples/system/console/advanced/components/cmd_nvs
Jakob Hasse ad184e979a refactor (nvs)!: New interface for iterator functions
Closes https://github.com/espressif/esp-idf/issues/7826

* nvs_entry_find(), nvs_entry_next() and nvs_entry_info()
  return error codes now
* nvs_entry_find() and nvs_entry_next() access/modify iterator via
  parameters, instead of returning an new iterator.

Added appropriate documentation in Chinese and English
2022-05-30 09:28:42 +08:00
..
CMakeLists.txt console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00
cmd_nvs.c refactor (nvs)!: New interface for iterator functions 2022-05-30 09:28:42 +08:00
cmd_nvs.h console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00