Commit ec7d0c8e authored by Philipp Steiner's avatar Philipp Steiner Committed by Mahesh Mahadevan
Browse files

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: default avatarPhilipp Steiner <philipp.steiner1987@gmail.com>
parent a925d60c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -174,7 +174,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| USB       | on-chip    | USB full-speed host/device bus      |
+-----------+------------+-------------------------------------+

| ETHERNET  | on-chip    | ethernet                            |
+-----------+------------+-------------------------------------+

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

+2 −1
Original line number Diff line number Diff line
@@ -192,7 +192,8 @@ hardware features:
+-----------+------------+-------------------------------------+
| RTC       | on-chip    | rtc                                 |
+-----------+------------+-------------------------------------+

| ETHERNET  | on-chip    | ethernet                            |
+-----------+------------+-------------------------------------+

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