embassy/examples/stm32f7
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
..
.cargo Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
src/bin embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml net: auto-enable defmt in smoltcp using namespaced features. 2022-04-13 17:46:27 +02:00
memory.x Initial support for STM32F767ZI. 2021-10-26 17:33:28 +02:00