Skip to content

Commit 2740041

Browse files
committed
doc: migration: 4.2: mention ethernet change
mention change of ethernet spped enums. Signed-off-by: Fin Maaß <[email protected]>
1 parent a061450 commit 2740041

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/releases/migration-guide-4.2.rst

+14
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,20 @@ Ethernet
142142
* NuMaker Ethernet driver ``eth_numaker.c`` now supports ``gen_random_mac``,
143143
and the EMAC data flash feature has been removed (:github:`87953`).
144144

145+
* Enums for the Ethernet speed have been renamed to be more indepedent of the used medium.
146+
``LINK_HALF_10BASE_T``, ``LINK_FULL_10BASE_T``, ``LINK_HALF_100BASE_T``, ``LINK_FULL_100BASE_T``,
147+
``LINK_HALF_1000BASE_T``, ``LINK_FULL_1000BASE_T``, ``LINK_FULL_2500BASE_T`` and
148+
``LINK_FULL_5000BASE_T`` have been renamed to :c:enumerator:`LINK_HALF_10BASE`,
149+
:c:enumerator:`LINK_FULL_10BASE`, :c:enumerator:`LINK_HALF_100BASE`,
150+
:c:enumerator:`LINK_FULL_100BASE`, :c:enumerator:`LINK_HALF_1000BASE`,
151+
:c:enumerator:`LINK_FULL_1000BASE`, :c:enumerator:`LINK_FULL_2500BASE` and
152+
:c:enumerator:`LINK_FULL_5000BASE`.
153+
``ETHERNET_LINK_10BASE_T``, ``ETHERNET_LINK_100BASE_T``, ``ETHERNET_LINK_1000BASE_T``,
154+
``ETHERNET_LINK_2500BASE_T`` and ``ETHERNET_LINK_5000BASE_T`` have been renamed to
155+
:c:enumerator:`ETHERNET_LINK_10BASE`, :c:enumerator:`ETHERNET_LINK_100BASE`,
156+
:c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and
157+
:c:enumerator:`ETHERNET_LINK_5000BASE` respectively (:github:`87194`).
158+
145159
Enhanced Serial Peripheral Interface (eSPI)
146160
===========================================
147161

0 commit comments

Comments
 (0)