tree: 68a5ed552cb10bad5619d1579524a538f98a9f00 [path history] [tgz]
  1. main/
  2. third_party/
  3. .gitignore
  4. CMakeLists.txt
  5. partitions.csv
  6. README.md
  7. sdkconfig.defaults
examples/persistent-storage/esp32/README.md

CHIP ESP32 Persistent Storage Example

An example testing and demonstrating the key value storage API.

Refer to setup ESP-IDF and CHIP Environment and Build, Flash, Monitor, and Commissioning guides to get started.



Introduction

This example serves to both test the key value storage implementation and API as it is brought-up on different platforms, as well as provide an example for how to use the API.

In the future this example can be moved into a unit test when available on all platforms.

The ESP32 platform KVS is not yet fully implemented. In particular offset and partial reads are not yet supported.