Module capsules_extra::kv_store_permissions

source ·
Expand description

Tock Key-Value store capsule with permissions.

This capsule provides a KV interface with permissions and access control.

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

   hil::kv::KVPermissions

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

   hil::kv::KV

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

   hil::flash

Structs§

  • Key-Value store with Tock-specific extensions for permissions and access control.

Constants§