Skip to content

Commit ec7d0c8

Browse files
DBS06mmahadevan108
authored andcommitted
doc: add missing Ethernet Support for Nucleo H563ZI & STM32H573I-DK
I recently found out, that the Ethernet support for the boards Nucleo H563ZI and STM32H573I-DK is already available but it isn't mentioned in the "Supported Features" section. Signed-off-by: Philipp Steiner <[email protected]>
1 parent a925d60 commit ec7d0c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

boards/st/nucleo_h563zi/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
174174
+-----------+------------+-------------------------------------+
175175
| USB | on-chip | USB full-speed host/device bus |
176176
+-----------+------------+-------------------------------------+
177-
177+
| ETHERNET | on-chip | ethernet |
178+
+-----------+------------+-------------------------------------+
178179

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

boards/st/stm32h573i_dk/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ hardware features:
192192
+-----------+------------+-------------------------------------+
193193
| RTC | on-chip | rtc |
194194
+-----------+------------+-------------------------------------+
195-
195+
| ETHERNET | on-chip | ethernet |
196+
+-----------+------------+-------------------------------------+
196197

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

0 commit comments

Comments
 (0)