From 7f49f20bcc66a3c7dd045b401c28734016ef7f46 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: fanke: 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/fanke/fk750m1_vbt6/doc/index.rst | 30 +------------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/boards/fanke/fk750m1_vbt6/doc/index.rst b/boards/fanke/fk750m1_vbt6/doc/index.rst index 6a558bddc08..620c16cb72d 100644 --- a/boards/fanke/fk750m1_vbt6/doc/index.rst +++ b/boards/fanke/fk750m1_vbt6/doc/index.rst @@ -46,35 +46,7 @@ More information about STM32H750VB can be found here: Supported Features ================== -The Zephyr ``fk750m1_vbt6`` board target supports the following hardware -features: - -+-------------+------------+-------------------------------------+ -| Interface | Controller | Driver/Component | -+=============+============+=====================================+ -| NVIC | on-chip | nested vector interrupt controller | -+-------------+------------+-------------------------------------+ -| FLASH | on-chip | flash memory | -+-------------+------------+-------------------------------------+ -| UART | on-chip | serial port | -+-------------+------------+-------------------------------------+ -| PINMUX | on-chip | pinmux | -+-------------+------------+-------------------------------------+ -| GPIO | on-chip | gpio | -+-------------+------------+-------------------------------------+ -| RNG | on-chip | True Random number generator | -+-------------+------------+-------------------------------------+ -| Backup SRAM | on-chip | Backup SRAM | -+-------------+------------+-------------------------------------+ -| SPI | on-chip | spi bus | -+-------------+------------+-------------------------------------+ -| QUADSPI | on-chip | quadspi | -+-------------+------------+-------------------------------------+ - -Other hardware features are not yet supported on this Zephyr port. - -The default configuration per core can be found in -:zephyr_file:`boards/fanke/fk750m1_vbt6/fk750m1_vbt6_defconfig` +.. zephyr:board-supported-hw:: Pin Mapping ===========