embassy/embassy-stm32/src/eth
Gabriel Górski 7526b8edba stm32/eth: Move phy_addr from Ethernet to PHY
Previously, PHY addressing was a concern of the `Ethernet` struct
which limited the `PHY` implementations which very often have to manage
multiple PHYs internally and thus possibly need to address many of them.

This change extends `StationManagement` to allow addressing different
PHY addresses via SMI.
2023-10-09 13:46:56 +02:00
..
v1 stm32/eth: Move phy_addr from Ethernet to PHY 2023-10-09 13:46:56 +02:00
v2 stm32/eth: Move phy_addr from Ethernet to PHY 2023-10-09 13:46:56 +02:00
generic_smi.rs stm32/eth: Move phy_addr from Ethernet to PHY 2023-10-09 13:46:56 +02:00
mod.rs stm32/eth: Move phy_addr from Ethernet to PHY 2023-10-09 13:46:56 +02:00