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:
parent
dba653c9d0
commit
7f49f20bcc
1 changed files with 1 additions and 29 deletions
|
@ -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
|
||||
===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue