1.. zephyr:code-sample:: read-bindesc
2   :name: Binary descriptors read
3   :relevant-api: bindesc_read
4
5   Define some binary descriptors and read them.
6
7Overview
8********
9
10A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
11
12Building and Running
13********************
14
15Follow these steps to build the ``read_bindesc`` sample application:
16
17.. zephyr-app-commands::
18   :zephyr-app: samples/subsys/bindesc/read_bindesc
19   :board: <board to use>
20   :goals: build
21   :compact:
22
23For more details see :ref:`binary_descriptors` and :ref:`west-bindesc`.
24