|
|
2 лет назад | |
|---|---|---|
| .. | ||
| main | 2 лет назад | |
| third_party | 5 лет назад | |
| .gitignore | 5 лет назад | |
| CMakeLists.txt | 2 лет назад | |
| README.md | 3 лет назад | |
| partitions.csv | 2 лет назад | |
| sdkconfig.defaults | 2 лет назад | |
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.
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.