From 0a82a3b249517629dac05ba3eae5afaf1bdded70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 5 Mar 2025 12:01:01 +0100 Subject: [PATCH] doc: fysetc: 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/fysetc/ucan/doc/index.rst | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/boards/fysetc/ucan/doc/index.rst b/boards/fysetc/ucan/doc/index.rst index f9b4b53809f..17edc3d37ab 100644 --- a/boards/fysetc/ucan/doc/index.rst +++ b/boards/fysetc/ucan/doc/index.rst @@ -16,28 +16,7 @@ drawings are available in the `UCAN GitHub repository`_. Supported Features ================== -The ``ucan`` board configuration supports the following hardware features: - -+-----------+------------+-------------------------------------+ -| Interface | Controller | Driver/Component | -+===========+============+=====================================+ -| NVIC | on-chip | nested vector interrupt controller | -+-----------+------------+-------------------------------------+ -| PINMUX | on-chip | pinmux | -+-----------+------------+-------------------------------------+ -| FLASH | on-chip | flash memory | -+-----------+------------+-------------------------------------+ -| GPIO | on-chip | gpio | -+-----------+------------+-------------------------------------+ -| USB | on-chip | USB | -+-----------+------------+-------------------------------------+ -| CAN1 | on-chip | CAN controller | -+-----------+------------+-------------------------------------+ - -The default configuration can be found in the defconfig file: -:zephyr_file:`boards/fysetc/ucan/ucan_defconfig`. - -Other hardware features are not currently supported by the port. +.. zephyr:board-supported-hw:: System Clock ============