doc: realtek: 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
8d96de75a4
commit
97f63fbda2
1 changed files with 1 additions and 19 deletions
|
@ -29,25 +29,7 @@ The board is powered through the +5V USB Type-C connector or adaptor.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``rts5912_evb`` supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| 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.
|
|
||||||
|
|
||||||
Programming and Debugging
|
Programming and Debugging
|
||||||
*************************
|
*************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue