Commit 09a270e5 authored by Fin Maaß's avatar Fin Maaß Committed by Dan Kalowsky
Browse files

docs: migration-guide: mention ethernet api changes



Mention ethernet api changes.

Signed-off-by: default avatarFin Maaß <f.maass@vogl-electronic.com>
parent ed4d421a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -189,6 +189,12 @@ Ethernet
  :c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and
  :c:enumerator:`ETHERNET_LINK_5000BASE` respectively (:github:`87194`).

* ``ETHERNET_CONFIG_TYPE_LINK``, ``ETHERNET_CONFIG_TYPE_DUPLEX``, ``ETHERNET_CONFIG_TYPE_AUTO_NEG``
  and the related ``NET_REQUEST_ETHERNET_SET_LINK``, ``NET_REQUEST_ETHERNET_SET_DUPLEX``,
  ``NET_REQUEST_ETHERNET_SET_AUTO_NEGOTIATION`` have been removed. :c:func:`phy_configure_link`
  together with :c:func:`net_eth_get_phy` should be used instead to configure the link
  (:github:`90652`).

Enhanced Serial Peripheral Interface (eSPI)
===========================================