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 <philipp.steiner1987@gmail.com>
This commit is contained in:
Philipp Steiner 2024-10-28 14:32:30 +01:00 committed by Mahesh Mahadevan
parent a925d60cbd
commit ec7d0c8e6f
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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.