embassy/examples/stm32h7
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 Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00
memory.x Implement giant (chunked) DMA transfers for DCMI. 2022-04-25 14:30:43 +02:00