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:
parent
fe071d6528
commit
6ba17b3ebc
2 changed files with 2 additions and 44 deletions
|
@ -32,28 +32,7 @@ For more information about the K66F SoC and IP-K66F board:
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The ip_k66f board configuration supports the following hardware features:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
| 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`
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
Micrel/Microchip KSZ8794CNX Ethernet Switch is supported
|
||||
(see :zephyr:code-sample:`dsa` sample).
|
||||
|
|
|
@ -19,28 +19,7 @@ and the datasheet.
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The SEGGER-TRB-STM32F407 board configuration supports the following
|
||||
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.
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
Pin Mapping
|
||||
===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue