zephyr/samples/subsys/bindesc/read_bindesc
Anas Nashif 895d91169e tests/samples: use integration platforms where possible
When possible, add integration_platforms to samples/tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-11 11:35:15 +01:00
..
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml
VERSION

.. 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`.