doc: silabs: 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
8368d47c81
commit
db2b9cd4c4
1 changed files with 1 additions and 30 deletions
|
@ -34,36 +34,7 @@ For more information about the EFM32GG11 SoC and SLSTK3701A board:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The slstk3701a board configuration supports the following hardware
|
.. zephyr:board-supported-hw::
|
||||||
features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| MPU | on-chip | memory protection unit |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | rtcc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ETHERNET | on-chip | ethernet |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| FLASH | on-chip | flash memory |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C | on-chip | i2c port-polling |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SYSTICK | on-chip | systick |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial port-polling; |
|
|
||||||
| | | serial port-interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
The default configuration can be found in
|
|
||||||
:zephyr_file:`boards/silabs/starter_kits/slstk3701a/slstk3701a_defconfig`
|
|
||||||
|
|
||||||
Other hardware features are currently not supported by the port.
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue