Browse Source

doc: boards: dragino: 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>
pull/86636/head
Benjamin Cabé 4 months ago committed by Fabio Baltieri
parent
commit
cd3dd479e4
  1. 19
      boards/dragino/lsn50/doc/index.rst
  2. 19
      boards/dragino/nbsn95/doc/index.rst

19
boards/dragino/lsn50/doc/index.rst

@ -78,24 +78,7 @@ More information about STM32L072CZ can be found here: @@ -78,24 +78,7 @@ More information about STM32L072CZ can be found here:
Supported Features
==================
The Zephyr Dragino LSN50 board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/dragino/lsn50/dragino_lsn50_defconfig`
.. zephyr:board-supported-hw::
Connections and IOs
===================

19
boards/dragino/nbsn95/doc/index.rst

@ -77,24 +77,7 @@ More information about STM32L072CZ can be found here: @@ -77,24 +77,7 @@ More information about STM32L072CZ can be found here:
Supported Features
==================
The Zephyr Dragino NBSN95 board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/dragino/nbsn95/dragino_nbsn95_defconfig`
.. zephyr:board-supported-hw::
Connections and IOs
===================

Loading…
Cancel
Save