• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/04-Jan-2025-2217

src/04-Jan-2025-426313

CMakeLists.txtD04-Jan-2025201 95

README.rstD04-Jan-2025677 3322

prj.confD04-Jan-20251.5 KiB6746

sample.yamlD04-Jan-2025214 1413

README.rst

1.. zephyr:code-sample:: dsa
2   :name: DSA (Distributed Switch Architecture)
3   :relevant-api: DSA
4
5   Test and debug Distributed Switch Architecture
6
7Overview
8********
9
10Example on testing/debugging Distributed Switch Architecture
11
12The source code for this sample application can be found at:
13:zephyr_file:`samples/net/dsa`.
14
15Requirements
16************
17
18- :ref:`networking_with_host`
19
20Building and Running
21********************
22
23Host machine with :zephyr:board:`ip_k66f` board from Segger.
24
25Follow these steps to build the DSA sample application:
26
27.. zephyr-app-commands::
28   :zephyr-app: samples/net/dsa
29   :board: <board to use>
30   :conf: prj.conf
31   :goals: build
32   :compact:
33