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

@@ -77,7 +77,7 @@ async fn main(spawner: Spawner) -> ! {
p.PG13,
p.PB13,
p.PG11,
GenericSMI::new(0),
GenericSMI::new_auto(),
mac_addr,
);