Skip to content

Commit f69f3ec

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: seco: 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 839c143 commit f69f3ec

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

boards/seco/stm32f3_seco_d23/doc/index.rst

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,7 @@ More information about STM32F302VC can be found here:
5050
Supported Features
5151
==================
5252

53-
The Zephyr stm32f3_seco_d23 board configuration supports the following hardware
54-
features:
55-
56-
+-----------+------------+-------------------------------------+
57-
| Interface | Controller | Driver/Component |
58-
+===========+============+=====================================+
59-
| NVIC | on-chip | nested vector interrupt controller |
60-
+-----------+------------+-------------------------------------+
61-
| UART | on-chip | serial port-polling; |
62-
| | | serial port-interrupt |
63-
+-----------+------------+-------------------------------------+
64-
| PINMUX | on-chip | pinmux |
65-
+-----------+------------+-------------------------------------+
66-
| GPIO | on-chip | gpio |
67-
+-----------+------------+-------------------------------------+
68-
| I2C | on-chip | i2c |
69-
+-----------+------------+-------------------------------------+
70-
| SPI | on-chip | spi |
71-
+-----------+------------+-------------------------------------+
72-
| USB | on-chip | USB device |
73-
+-----------+------------+-------------------------------------+
74-
| CAN | on-chip | CAN |
75-
+-----------+------------+-------------------------------------+
76-
| IWDG | on-chip | Independent WatchDoG |
77-
+-----------+------------+-------------------------------------+
78-
| PWM | on-chip | pwm |
79-
+-----------+------------+-------------------------------------+
80-
81-
Other hardware features are not yet supported on Zephyr porting.
53+
.. zephyr:board-supported-hw::
8254
8355
Pin Mapping
8456
===========

0 commit comments

Comments
 (0)