From fe071d65289c46063325ade32222cf1fb69b9c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 5 Mar 2025 12:01:03 +0100 Subject: [PATCH] doc: makerbase: 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é --- .../makerbase/mks_canable_v20/doc/index.rst | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/boards/makerbase/mks_canable_v20/doc/index.rst b/boards/makerbase/mks_canable_v20/doc/index.rst index 0a86e6fa6fc..0eb41c0be4c 100644 --- a/boards/makerbase/mks_canable_v20/doc/index.rst +++ b/boards/makerbase/mks_canable_v20/doc/index.rst @@ -30,27 +30,7 @@ More information about STM32G431KB can be found here: Supported Features ================== -The Zephyr ``mks_canable_v20`` board target supports the following hardware features: - -+-----------+------------+-------------------------------------+ -| Interface | Controller | Driver/Component | -+===========+============+=====================================+ -| NVIC | on-chip | nested vector interrupt controller | -+-----------+------------+-------------------------------------+ -| USB | on-chip | universal-serial-bus | -+-----------+------------+-------------------------------------+ -| PINMUX | on-chip | pinmux | -+-----------+------------+-------------------------------------+ -| GPIO | on-chip | gpio | -+-----------+------------+-------------------------------------+ -| FDCAN | on-chip | can | -+-----------+------------+-------------------------------------+ - -Other hardware features are not yet supported on this Zephyr port. - -The default configuration can be found in the defconfig file: -:zephyr_file:`boards/makerbase/mks_canable_v20/mks_canable_v20_defconfig` - +.. zephyr:board-supported-hw:: Connections and IOs ===================