Commit cd3dd479 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Fabio Baltieri
Browse files

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: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 7ca83e98
Loading
Loading
Loading
Loading
+1 −18
Original line number Diff line number Diff line
@@ -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
===================
+1 −18
Original line number Diff line number Diff line
@@ -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
===================