zephyr/samples/subsys/bindesc/read_bindesc/README.rst
Yonatan Schachter 9472f845b8 samples: Add read_bindesc sample
Added a sample to demonstrate how to read binary descriptors.

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
2024-10-11 13:20:49 -04:00

24 lines
581 B
ReStructuredText

.. zephyr:code-sample:: read-bindesc
:name: Binary descriptors read
:relevant-api: bindesc_read
Define some binary descriptors and read them.
Overview
********
A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
Building and Running
********************
Follow these steps to build the ``read_bindesc`` sample application:
.. zephyr-app-commands::
:zephyr-app: samples/subsys/bindesc/read_bindesc
:board: <board to use>
:goals: build
:compact:
For more details see :ref:`binary_descriptors` and :ref:`west-bindesc`.