Lines Matching +full:long +full:- +full:sample
1 .. zephyr:code-sample:: zms
3 :relevant-api: zms_high_level_api
9 The sample shows how to use ZMS to store ID/VALUE pairs and reads them back.
10 Deleting an ID/VALUE pair is also shown in this sample.
12 The sample stores the following items:
18 #. A long set of data (128 bytes)
35 This sample can be found under :zephyr_file:`samples/subsys/fs/zms` in the Zephyr tree.
37 The sample can be built for several platforms, but for the moment it has been tested only
40 .. zephyr-app-commands::
41 :zephyr-app: samples/subsys/fs/zms
48 Sample Output
51 .. code-block:: console
53 *** Booting Zephyr OS build v3.7.0-2383-g624f75400242 ***
96 Sample code finished Successfully