This crate implements a smoltcp device interface phy::Device
for
the STM32H7 series of microcontrollers.
Multiple PHYs are supported: - SMSC LAN8742a - Micrel KSZ8081R
To build this crate, a device feature of stm32h7xx-hal must be selected. For example:
cargo build --features stm32h7xx-hal/rt,stm32h7xx-hal/stm32h743
Applications using this crate should instead enable the correct features of stm32h7xx-hal themselves.
Targeting the STM32H747I-DISCO evaluation board from ST.
Note: Close solder jumper SB8!
Licensed under either of
at your option.