doc: segger: 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 6ba17b3ebc
2 changed files with 2 additions and 44 deletions

View file

@ -32,28 +32,7 @@ For more information about the K66F SoC and IP-K66F board:
Supported Features Supported Features
================== ==================
The ip_k66f board configuration supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+-------------------------------------+
| SYSTICK | on-chip | systick |
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| FLASH | on-chip | soc flash |
+-----------+------------+-------------------------------------+
| RTC | on-chip | rtc |
+-----------+------------+-------------------------------------+
The default configuration can be found in
:zephyr_file:`boards/segger/ip_k66f/ip_k66f_defconfig`
Micrel/Microchip KSZ8794CNX Ethernet Switch is supported Micrel/Microchip KSZ8794CNX Ethernet Switch is supported
(see :zephyr:code-sample:`dsa` sample). (see :zephyr:code-sample:`dsa` sample).

View file

@ -19,28 +19,7 @@ and the datasheet.
Supported Features Supported Features
================== ==================
The SEGGER-TRB-STM32F407 board configuration supports the following .. zephyr:board-supported-hw::
hardware features:
+------------+------------+------------------------------+
| Interface | Controller | Driver/Component |
+============+============+==============================+
| NVIC | on-chip | nested vectored |
| | | interrupt controller |
+------------+------------+------------------------------+
| SYSTICK | on-chip | system clock |
+------------+------------+------------------------------+
| GPIO | on-chip | gpio |
+------------+------------+------------------------------+
| WATCHDOG | on-chip | independent watchdog |
+------------+------------+------------------------------+
| COUNTER | on-chip | rtc |
+------------+------------+------------------------------+
| RNG | on-chip | True Random number generator |
+------------+------------+------------------------------+
Other hardware features have not been enabled yet for this board.
Pin Mapping Pin Mapping
=========== ===========