embassy/embassy-stm32
David Lenfesty 2e7b42fc5b embassy-stm32/eth: convert LAN8742 driver to generic SMI driver
SMI Ethernet PHYs all share a common base set of registers that can do
90% of all tasks. The LAN8742 driver used some vendor-specific
registers to check link negotiation status, but the need for that was
debatable, so I migrated it to a generic driver instead, anybody who
wants extra functionality can copy it and impl their own on top of it.
2022-04-30 04:49:24 +02:00
..
src embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
build.rs stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00
Cargo.toml Add stm32 flash + bootloader support 2022-04-27 15:17:18 +02:00