doc: boards: udoo: 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
f2eb53c02d
commit
e9a0025c8d
1 changed files with 1 additions and 23 deletions
|
@ -106,29 +106,7 @@ see these references:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The UDOO Neo Full board configuration supports the following hardware
|
.. zephyr:board-supported-hw::
|
||||||
features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SYSTICK | on-chip | systick |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial port-polling; |
|
|
||||||
| | | serial port-interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | general purpose input/output |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | counter |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
The default configuration can be found in the defconfig file:
|
|
||||||
|
|
||||||
:zephyr_file:`boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4_defconfig`
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by the port.
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue