doc: boards: mxchip: 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
fdb8b30da7
commit
2ff9f6414a
1 changed files with 1 additions and 19 deletions
|
@ -34,25 +34,7 @@ The MXChip AZ3166 IoT DevKit has the following physical features:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The az3166_iotdevkit board configuration supports the following
|
.. zephyr:board-supported-hw::
|
||||||
hardware features:
|
|
||||||
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+======================+
|
|
||||||
| NVIC | on-chip | nested vector |
|
|
||||||
| | | interrupt controller |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| SYSTICK | on-chip | system clock |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial port |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C | on-chip | i2c |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue