tree: a0a8ca4a1dff0d7219544f8c2197696111206d22 [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.

Please setup ESP-IDF and CHIP Environment and refer building 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.