doc: quicklogic: 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
9973fe208b
commit
46e5c5c640
1 changed files with 1 additions and 13 deletions
|
@ -23,19 +23,7 @@ Detailed information about the board can be found in a `QuickFeather repository`
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The QuickFeather configuration supports the following hardware
|
.. zephyr:board-supported-hw::
|
||||||
features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| UART | on-chip | serial port |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
The default configuration can be found in
|
|
||||||
:zephyr_file:`boards/quicklogic/quick_feather/quick_feather_defconfig`.
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue