doc: fanke: adopt zephyr:board-supported-hw directive

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é <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-03-05 12:01:03 +01:00 committed by Fabio Baltieri
commit 7f49f20bcc

View file

@ -46,35 +46,7 @@ More information about STM32H750VB can be found here:
Supported Features Supported Features
================== ==================
The Zephyr ``fk750m1_vbt6`` board target supports the following hardware .. zephyr:board-supported-hw::
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`
Pin Mapping Pin Mapping
=========== ===========