From 4fc8a9dd4e6a16e8f8b0dee2fc2fe0ebf2efb03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 28 Feb 2025 16:07:02 +0100 Subject: [PATCH] doc: boards: aspeed: 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/aspeed/ast1030_evb/doc/index.rst | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/boards/aspeed/ast1030_evb/doc/index.rst b/boards/aspeed/ast1030_evb/doc/index.rst index 1c23d7d2644..d7dcf9e9c8e 100644 --- a/boards/aspeed/ast1030_evb/doc/index.rst +++ b/boards/aspeed/ast1030_evb/doc/index.rst @@ -26,22 +26,7 @@ Hardware Supported Features ================== -The following features are supported: - -+-----------+------------+-------------------------------------+ -| Interface | Controller | Driver/Component | -+===========+============+=====================================+ -| NVIC | on-chip | nested vector interrupt controller | -+-----------+------------+-------------------------------------+ -| UART | on-chip | serial port-polling; | -| | | serial port-interrupt | -+-----------+------------+-------------------------------------+ - -Other hardware features are not currently supported by Zephyr (at the moment) - -The default configuration can be found in -:zephyr_file:`boards/aspeed/ast1030_evb/ast1030_evb_defconfig` - +.. zephyr:board-supported-hw:: Connections and IOs ===================