Skip to content

Commit 1e5b7be

Browse files
kartbenfabiobaltieri
authored andcommitted
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: Benjamin Cabé <[email protected]>
1 parent cb829fe commit 1e5b7be

File tree

1 file changed

+1
-38
lines changed
  • boards/alientek/pandora_stm32l475/doc

1 file changed

+1
-38
lines changed

boards/alientek/pandora_stm32l475/doc/index.rst

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -85,44 +85,7 @@ The STM32L475VE SoC provides the following hardware features:
8585
Supported Features
8686
==================
8787

88-
The Zephyr stm32l475ve_pandora board configuration supports the following hardware features:
89-
90-
+-----------+------------+----------------------------------------------+
91-
| Interface | Controller | Driver/Component |
92-
+===========+============+==============================================+
93-
| NVIC | on-chip | nested vector interrupt controller |
94-
+-----------+------------+----------------------------------------------+
95-
| UART | on-chip | serial port-polling; |
96-
| | | serial port-interrupt |
97-
+-----------+------------+----------------------------------------------+
98-
| PINMUX | on-chip | pinmux |
99-
+-----------+------------+----------------------------------------------+
100-
| GPIO | on-chip | gpio |
101-
+-----------+------------+----------------------------------------------+
102-
| I2C | on-chip | I2C-AHT10(Temperature and humidity sensor) |
103-
| | | I2C-ICM2068(light environment sensor) |
104-
+-----------+------------+----------------------------------------------+
105-
| I2S | on-chip | I2S-ES8388(Audio Decoder) |
106-
+-----------+------------+----------------------------------------------+
107-
| USB | on-chip | I2S-OTG |
108-
+-----------+------------+----------------------------------------------+
109-
| SDIO | on-chip | SDIO-AP6181(WIFI) |
110-
+-----------+------------+----------------------------------------------+
111-
| SPI | on-chip | LCD-TFT |
112-
+-----------+------------+----------------------------------------------+
113-
| QSPI NOR | on-chip | flash |
114-
+-----------+------------+----------------------------------------------+
115-
| IR-RX/TX | on-board | Infrared Receiver(38Khz)/Transmitter |
116-
+-----------+------------+----------------------------------------------+
117-
| STLINK-V2 | on-board | STLINK-V2 Debugger |
118-
+-----------+------------+----------------------------------------------+
119-
120-
Other hardware features are not yet supported on this Zephyr port.
121-
122-
The default configuration can be found in the defconfig file:
123-
124-
:zephyr_file:`boards/alientek/pandora_stm32l475/pandora_stm32l475_defconfig`
125-
88+
.. zephyr:board-supported-hw::
12689
12790
Connections and IOs
12891
===================

0 commit comments

Comments
 (0)