Skip to content

Commit 8b1a1db

Browse files
committed
samples: uuid: fix README issues
- use zephyr-app-commands - fix bullet list formatting Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 590258b commit 8b1a1db

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

samples/subsys/uuid/README.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This sample app demonstrates the use of the UUID utilities to generate and manip
1010
accordingly to IETF RFC 9562.
1111

1212
The following functionality is demonstrated:
13+
1314
- UUIDv4 generation
1415
- UUIDv5 generation from namespace and data
1516
- UUID conversion from/to string and to base64 and base64 URL safe formats
@@ -18,6 +19,7 @@ Requirements
1819
************
1920

2021
This sample relies on the following modules:
22+
2123
- MbedTLS for the UUIDv5 hash functions
2224
- Base64 for the base64 encoding of UUIDs
2325
- Entropy source for the pseudo-random generation of UUIDv4
@@ -26,11 +28,11 @@ Building and Running
2628
********************
2729

2830
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:

0 commit comments

Comments
 (0)