Skip to content

Commit 7654902

Browse files
committed
boards: enjoydigital: adopt new zephyr:board directive and role
This updates the documentation of all the EnjoyDigital boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent b0ab5fa commit 7654902

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

boards/enjoydigital/litex_vexriscv/doc/index.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _litex-vexriscv:
2-
3-
LiteX VexRiscv
4-
##############
1+
.. zephyr:board:: litex_vexriscv
52
63
LiteX VexRiscv is an example of a system on a chip (SoC) that consists of
74
a `VexRiscv processor <https://github.com/SpinalHDL/VexRiscv>`_
@@ -20,10 +17,6 @@ LiteX VexRiscv SoC implementation generated for the
2017
<https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists>`_
2118
or `SDI-MIPI Video Converter <https://github.com/antmicro/sdi-mipi-video-converter>`_.
2219

23-
.. image:: img/litex_vexriscv.jpg
24-
:align: center
25-
:alt: LiteX VexRiscv on Digilent Arty 35T Board
26-
2720
LiteX is based on
2821
`Migen <https://m-labs.hk/gateware/migen/>`_/`MiSoC SoC builder <https://github.com/m-labs/misoc>`_
2922
and provides ready-made system components such as buses, streams, interconnects,

samples/drivers/clock_control_litex/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@ Sample output
132132
133133
References
134134
**********
135-
- :ref:`litex-vexriscv`
135+
136+
- :zephyr:board:`litex_vexriscv`

samples/modules/tflite-micro/magic_wand/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the tflite-micro module to your West manifest and pull it:
3232
west config manifest.project-filter -- +tflite-micro
3333
west update
3434
35-
The application can be built for the :ref:`litex-vexriscv` for
35+
The application can be built for the :zephyr:board:`litex_vexriscv` for
3636
emulation in Renode as follows:
3737

3838
.. zephyr-app-commands::

0 commit comments

Comments
 (0)