Merge pull request #3795 from nikvoid/stm32-phy-addr-detection

STM32: Option to detect Ethernet PHY address automatically
This commit is contained in:
Dario Nieuwenhuis
2025-01-26 21:21:06 +00:00
committed by GitHub
8 changed files with 53 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ async fn main(spawner: Spawner) {
#[cfg(feature = "stm32h563zi")]
p.PB15,
p.PG11,
GenericSMI::new(0),
GenericSMI::new_auto(),
mac_addr,
);