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

doc: boards: alientek: 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 cb829fe2
Loading
Loading
Loading
Loading
+1 −38
Original line number Diff line number Diff line
@@ -85,44 +85,7 @@ The STM32L475VE SoC provides the following hardware features:
Supported Features
==================

The Zephyr stm32l475ve_pandora board configuration supports the following hardware features:

+-----------+------------+----------------------------------------------+
| Interface | Controller | Driver/Component                             |
+===========+============+==============================================+
| NVIC      | on-chip    | nested vector interrupt controller           |
+-----------+------------+----------------------------------------------+
| UART      | on-chip    | serial port-polling;                         |
|           |            | serial port-interrupt                        |
+-----------+------------+----------------------------------------------+
| PINMUX    | on-chip    | pinmux                                       |
+-----------+------------+----------------------------------------------+
| GPIO      | on-chip    | gpio                                         |
+-----------+------------+----------------------------------------------+
| I2C       | on-chip    | I2C-AHT10(Temperature and humidity sensor)   |
|           |            | I2C-ICM2068(light environment sensor)        |
+-----------+------------+----------------------------------------------+
| I2S       | on-chip    | I2S-ES8388(Audio Decoder)                    |
+-----------+------------+----------------------------------------------+
| USB       | on-chip    | I2S-OTG                                      |
+-----------+------------+----------------------------------------------+
| SDIO      | on-chip    | SDIO-AP6181(WIFI)                            |
+-----------+------------+----------------------------------------------+
| SPI       | on-chip    | LCD-TFT                                      |
+-----------+------------+----------------------------------------------+
| QSPI NOR  | on-chip    | flash                                        |
+-----------+------------+----------------------------------------------+
| IR-RX/TX  | on-board   | Infrared Receiver(38Khz)/Transmitter         |
+-----------+------------+----------------------------------------------+
| STLINK-V2 | on-board   | STLINK-V2 Debugger                           |
+-----------+------------+----------------------------------------------+

Other hardware features are not yet supported on this Zephyr port.

The default configuration can be found in the defconfig file:

	:zephyr_file:`boards/alientek/pandora_stm32l475/pandora_stm32l475_defconfig`

.. zephyr:board-supported-hw::

Connections and IOs
===================