zephyr/samples/net/dsa
Arvin Farahmand c1248164a4 samples: dsa: update to match new api
Update to DSA sample to use the new DSA API.

Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
2021-07-26 19:37:22 -04:00
..
boards
src samples: dsa: update to match new api 2021-07-26 19:37:22 -04:00
CMakeLists.txt
README.rst
prj.conf samples: dsa: update to match new api 2021-07-26 19:37:22 -04:00
sample.yaml

README.rst

.. _dsa-sample:

DSA Sample Application
######################

Overview
********

Example on testing/debugging Distributed Switch Architecture

The source code for this sample application can be found at:
:zephyr_file:`samples/net/dsa`.

Requirements
************

- :ref:`networking_with_host`

Building and Running
********************

Host machine with `ip_k66f` board from Segger.

Follow these steps to build the DSA sample application:

.. zephyr-app-commands::
   :zephyr-app: samples/net/dsa
   :board: <board to use>
   :conf: prj.conf
   :goals: build
   :compact: