embassy/embassy-stm32
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
..
src stm32/eth: Move phy_addr from Ethernet to PHY 2023-10-09 13:46:56 +02:00
build.rs stm32/rcc: use PLL enums from PAC. 2023-10-09 02:48:22 +02:00
Cargo.toml stm32/rcc: use PLL enums from PAC. 2023-10-09 02:48:22 +02:00