doc: hardkernel: 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
364dfbfa7b
commit
6662bf63db
1 changed files with 1 additions and 17 deletions
|
@ -51,23 +51,7 @@ External Connector
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The Zephyr odroid_go board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+------------+------------+-------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+============+============+=====================================+
|
||||
| UART | on-chip | serial port |
|
||||
+------------+------------+-------------------------------------+
|
||||
| GPIO | on-chip | gpio |
|
||||
+------------+------------+-------------------------------------+
|
||||
| PINMUX | on-chip | pinmux |
|
||||
+------------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+------------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+------------+------------+-------------------------------------+
|
||||
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
System requirements
|
||||
*******************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue