Skip to content

Commit 0df51ea

Browse files
kartbencarlescufi
authored andcommitted
boards: segger: adopt new zephyr:board directive and role
This updates the documentation of all the Segger boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 841f8a6 commit 0df51ea

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

boards/segger/ip_k66f/doc/index.rst

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _ip_k66f:
2-
3-
SEGGER IP Switch Board
4-
######################
1+
.. zephyr:board:: ip_k66f
52
63
Overview
74
********
@@ -13,10 +10,6 @@ Ethernet switch with Gigabit RGMII/MII/RMII interface.
1310
- KSZ8794CNX enables evaluation for switch functions
1411
- On-board debug probe J-Link-OB for programming
1512

16-
.. image:: ip_k66f.jpg
17-
:align: center
18-
:alt: IP-K66F
19-
2013
Hardware
2114
********
2215

boards/segger/trb_stm32f407/doc/index.rst

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _segger_trb_stm32f407:
2-
3-
Cortex-M Trace Reference Board V1.2
4-
###################################
1+
.. zephyr:board:: segger_trb_stm32f407
52
63
Overview
74
********
@@ -12,12 +9,6 @@ ARM Cortex-M4 CPU, to test hardware tracing with the SEGGER Trace-Pro
129
debuggers. It is not meant for general prototype development because
1310
it is extremely limited when it comes to IO, and only has 3 LEDs.
1411

15-
.. figure:: img/segger_trb_stm32f407.jpg
16-
:align: center
17-
:alt: SEGGER-TRB-STM32F407
18-
19-
SEGGER-TRB-STM32F407
20-
2112
Hardware
2213
********
2314

samples/net/dsa/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements
2020
Building and Running
2121
********************
2222

23-
Host machine with :ref:`ip_k66f` board from Segger.
23+
Host machine with :zephyr:board:`ip_k66f` board from Segger.
2424

2525
Follow these steps to build the DSA sample application:
2626

0 commit comments

Comments
 (0)