From 46e5c5c6403a8ba6a2a585efd0e85ac03a110fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 5 Mar 2025 12:01:00 +0100 Subject: [PATCH] doc: quicklogic: adopt zephyr:board-supported-hw directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- boards/quicklogic/quick_feather/doc/index.rst | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/boards/quicklogic/quick_feather/doc/index.rst b/boards/quicklogic/quick_feather/doc/index.rst index 11394643956..66b5dc721c6 100644 --- a/boards/quicklogic/quick_feather/doc/index.rst +++ b/boards/quicklogic/quick_feather/doc/index.rst @@ -23,19 +23,7 @@ Detailed information about the board can be found in a `QuickFeather repository` Supported Features ================== -The QuickFeather configuration supports the following hardware -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`. +.. zephyr:board-supported-hw:: Connections and IOs ===================