doc: boards: wch: adopt zephyr:board-supported-hw directive

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é <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-28 15:55:37 +01:00 committed by Fabio Baltieri
commit bf01b997b1

View file

@ -22,25 +22,7 @@ external crystal and runs at 48 MHz.
Supported Features Supported Features
================== ==================
The ``ch32v003evt`` board target supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+----------------------+
| 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.
Connections and IOs Connections and IOs
=================== ===================