Skip to content

Commit 2533459

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 a225d25 commit 2533459

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/releases/migration-guide-4.2.rst

+15
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ Ethernet
9393
* Removed Kconfig option ``ETH_STM32_HAL_MII`` (:github:`86074`).
9494
PHY interface type is now selected via the ``phy-connection-type`` property in the device tree.
9595

96+
* Enums for the Ethernet speed have been renamed to be more indepedent of the used medium.
97+
``LINK_HALF_10BASE_T``, ``LINK_FULL_10BASE_T``, ``LINK_HALF_100BASE_T``, ``LINK_FULL_100BASE_T``,
98+
``LINK_HALF_1000BASE_T``, ``LINK_FULL_1000BASE_T``, ``LINK_FULL_2500BASE_T`` and
99+
``LINK_FULL_5000BASE_T`` have been renamed to :c:enumerator:`LINK_HALF_10BASE`,
100+
:c:enumerator:`LINK_FULL_10BASE`, :c:enumerator:`LINK_HALF_100BASE`,
101+
:c:enumerator:`LINK_FULL_100BASE`, :c:enumerator:`LINK_HALF_1000BASE`,
102+
:c:enumerator:`LINK_FULL_1000BASE`, :c:enumerator:`LINK_FULL_2500BASE` and
103+
:c:enumerator:`LINK_FULL_5000BASE`.
104+
``ETHERNET_LINK_10BASE_T``, ``ETHERNET_LINK_100BASE_T``, ``ETHERNET_LINK_1000BASE_T``,
105+
``ETHERNET_LINK_2500BASE_T`` and ``ETHERNET_LINK_5000BASE_T`` have been renamed to
106+
:c:enumerator:`ETHERNET_LINK_10BASE`, :c:enumerator:`ETHERNET_LINK_100BASE`,
107+
:c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and
108+
:c:enumerator:`ETHERNET_LINK_5000BASE` respectively (:github:`87194`).
109+
110+
96111
GPIO
97112
====
98113

0 commit comments

Comments
 (0)