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:
Benjamin Cabé 2025-03-05 12:01:00 +01:00 committed by Fabio Baltieri
commit 46e5c5c640

View file

@ -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
=================== ===================