From 97f63fbda29f53d4ce1217c642b3e781162c4b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 5 Mar 2025 12:01:00 +0100 Subject: [PATCH] doc: realtek: adopt zephyr:board-supported-hw directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace manually authored hardware features table with the new Zephyr board supported hardware directive which automatically generates an up-to-date table based on the boards' Devicetree. Signed-off-by: Benjamin Cabé --- boards/realtek/rts5912_evb/doc/index.rst | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/boards/realtek/rts5912_evb/doc/index.rst b/boards/realtek/rts5912_evb/doc/index.rst index b9832e19ab7..344e4defa32 100644 --- a/boards/realtek/rts5912_evb/doc/index.rst +++ b/boards/realtek/rts5912_evb/doc/index.rst @@ -29,25 +29,7 @@ The board is powered through the +5V USB Type-C connector or adaptor. Supported Features ================== -The ``rts5912_evb`` supports the following hardware features: - -+-----------+------------+-------------------------------------+ -| Interface | Controller | Driver/Component | -+===========+============+=====================================+ -| NVIC | on-chip | nested vector interrupt controller | -+-----------+------------+-------------------------------------+ -| UART | on-chip | serial | -+-----------+------------+-------------------------------------+ -| GPIO | on-chip | gpio | -+-----------+------------+-------------------------------------+ -| PINCTRL | on-chip | pinctrl | -+-----------+------------+-------------------------------------+ -| SCCON | on-chip | clock_control | -+-----------+------------+-------------------------------------+ -| RTMR | on-chip | timer | -+-----------+------------+-------------------------------------+ - -Other hardware features are not currently supported by Zephyr. +.. zephyr:board-supported-hw:: Programming and Debugging *************************