You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the RMII Reference clock enum is not instance agnostic.
As it is done for other enumerations, this is up to the HAL to
apply the configuration on the right Ethernet instance.
If not, upper layers have to handle it themselves, that is not
their role.
Adapt ETH_ClkSrcTypeDef enum to add generic values, and
create aliases for retro compatibility.
Signed-off-by: Erwan SZYMANSKI <erwan.szymanski@st.com>
0 commit comments