@@ -93,6 +93,21 @@ Ethernet
93
93
* Removed Kconfig option ``ETH_STM32_HAL_MII `` (:github: `86074 `).
94
94
PHY interface type is now selected via the ``phy-connection-type `` property in the device tree.
95
95
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
+
96
111
GPIO
97
112
====
98
113
0 commit comments