File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This sample app demonstrates the use of the UUID utilities to generate and manip
10
10
accordingly to IETF RFC 9562.
11
11
12
12
The following functionality is demonstrated:
13
+
13
14
- UUIDv4 generation
14
15
- UUIDv5 generation from namespace and data
15
16
- UUID conversion from/to string and to base64 and base64 URL safe formats
@@ -18,6 +19,7 @@ Requirements
18
19
************
19
20
20
21
This sample relies on the following modules:
22
+
21
23
- MbedTLS for the UUIDv5 hash functions
22
24
- Base64 for the base64 encoding of UUIDs
23
25
- Entropy source for the pseudo-random generation of UUIDv4
@@ -26,11 +28,11 @@ Building and Running
26
28
********************
27
29
28
30
Use the standard ``west `` commands to build and flash this application.
29
- For example for ``native_sim `` build with :
30
- ```
31
- west build -p -b native_sim samples/subsys/uuid
32
- ```
33
- Then run with:
34
- ```
35
- west build -t run
36
- ```
31
+ For example, for ``native_sim ``:
32
+
33
+ .. zephyr-app-commands ::
34
+ :zephyr-app: samples/subsys/uuid
35
+ :host-os: unix
36
+ :board: native_sim
37
+ :goals: run
38
+ :compact:
You can’t perform that action at this time.
0 commit comments