Jerry-ESP c96ffaaa50 add nvs size to 48k bytes for matter 1.1 (#28353) 2 лет назад
..
main ba05087325 Update more build configs to c++17. (#28296) 2 лет назад
third_party 6ce4044e4b Add Key Value Storage to ESP32 (#4675) 5 лет назад
.gitignore 6ce4044e4b Add Key Value Storage to ESP32 (#4675) 5 лет назад
CMakeLists.txt 67324e6f59 Update various bits to c++17 and gnu++17. (#28280) 2 лет назад
README.md 397d6428ba [ESP32] Fix links to common docs in example readmes (#21754) 3 лет назад
partitions.csv c96ffaaa50 add nvs size to 48k bytes for matter 1.1 (#28353) 2 лет назад
sdkconfig.defaults 3515101e43 ESP32: Use mbedtls component in IDF (#26608) 2 лет назад

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.