Module capsules_extra::tickv_kv_store

source ·
Expand description

TicKV to Tock key-value store capsule.

This capsule provides a higher level Key-Value store interface based on an underlying tickv::kv_system storage layer.

+-----------------------+
|  Capsule using K-V    |
+-----------------------+

   hil::kv::KV

+-----------------------+
| K-V store (this file) |
+-----------------------+

   capsules::tickv::kv_system

+-----------------------+
|  K-V library          |
+-----------------------+

   hil::flash

Structs§

  • TicKVKVStore implements the KV interface using the TicKV KVSystem interface.