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:
parent
e9a0025c8d
commit
bf01b997b1
1 changed files with 1 additions and 19 deletions
|
@ -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
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue