Lines Matching +full:1 +full:- +full:a
1 .. zephyr:code-sample:: zms
3 :relevant-api: zms_high_level_api
14 #. A string representing an IP address: stored at id=1, data="192.168.1.1"
15 #. A binary blob representing a key/value pair: stored at id=0xbeefdead,
17 #. A variable (32bit): stored at id=2, data=cnt
18 #. A long set of data (128 bytes)
20 A loop is executed where we mount the storage system, and then write all set
30 * A board with flash support or native_sim target
40 .. zephyr-app-commands::
41 :zephyr-app: samples/subsys/fs/zms
45 After running the generated image on a native_sim target, the output on the console shows the
51 .. code-block:: console
53 *** Booting Zephyr OS build v3.7.0-2383-g624f75400242 ***
58 Adding IP_ADDRESS 172.16.254.1 at id 1
65 ITERATION: 1
66 ID: 1, IP Address: 172.16.254.1
67 Adding IP_ADDRESS 172.16.254.1 at id 1
72 …1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26…
73 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …
85 ID: 1, IP Address: 172.16.254.1
86 Adding IP_ADDRESS 172.16.254.1 at id 1
91 …1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26…
92 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …