From 6be559fd8f4e5c71135471d6c4ff5c53d0fb3c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Fri, 7 Mar 2025 09:21:30 +0100 Subject: [PATCH] doc: litex: add zephyr:board-supported-hw directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add zephyr:board-supported-hw directive to specify the supported hardware features of the litex_vexriscv board. Signed-off-by: Fin Maaß --- boards/enjoydigital/litex_vexriscv/doc/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/enjoydigital/litex_vexriscv/doc/index.rst b/boards/enjoydigital/litex_vexriscv/doc/index.rst index 91e37494695..bd47c381a73 100644 --- a/boards/enjoydigital/litex_vexriscv/doc/index.rst +++ b/boards/enjoydigital/litex_vexriscv/doc/index.rst @@ -42,6 +42,11 @@ using the `Zephyr on LiteX VexRiscv `_ reference platform. You can also use the official LiteX SoC Builder. +Supported Features +****************** + +.. zephyr:board-supported-hw:: + Bitstream generation ********************