zephyr/samples/subsys/fs/zms/sample.yaml
Riadh Ghaddab fb7dae77ef samples: fs: zms: add a sample app for ZMS storage system
This adds a user application that shows the usage of ZMS
The sample app shows three main functions of ZMS:
- read/write/delete key/value pairs
- fill all storage and delete it
- calculate free remaining space

Signed-off-by: Riadh Ghaddab <rghaddab@baylibre.com>
2024-10-24 16:57:12 +01:00

11 lines
147 B
YAML

sample:
name: ZMS Sample
tests:
sample.zms.basic:
tags: zms
depends_on: zms
platform_allow:
- qemu_x86
- native_posix