From bf01b997b150f0f8d7a0d9e915532007dee3046c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 28 Feb 2025 15:55:37 +0100 Subject: [PATCH] doc: boards: wch: 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/wch/ch32v003evt/doc/index.rst | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/boards/wch/ch32v003evt/doc/index.rst b/boards/wch/ch32v003evt/doc/index.rst index 0c59c492de2..ecf5e3e0ae3 100644 --- a/boards/wch/ch32v003evt/doc/index.rst +++ b/boards/wch/ch32v003evt/doc/index.rst @@ -22,25 +22,7 @@ external crystal and runs at 48 MHz. Supported Features ================== -The ``ch32v003evt`` board target supports the following hardware features: - -+-----------+------------+----------------------+ -| Interface | Controller | Driver/Component | -+===========+============+======================+ -| CLOCK | on-chip | clock_control | -+-----------+------------+----------------------+ -| GPIO | on-chip | gpio | -+-----------+------------+----------------------+ -| PWM | on-chip | pwm | -+-----------+------------+----------------------+ -| PINCTRL | on-chip | pinctrl | -+-----------+------------+----------------------+ -| TIMER | on-chip | timer | -+-----------+------------+----------------------+ -| UART | on-chip | uart | -+-----------+------------+----------------------+ - -Other hardware features have not been enabled yet for this board. +.. zephyr:board-supported-hw:: Connections and IOs ===================