stm32-rs / stm32-eth

Embedded Ethernet driver in Rust
Apache License 2.0
147 stars 47 forks source link

rm-phys: adapt ARP examples to rm-phys branch and update hals #34

Closed systec-ms closed 2 years ago

systec-ms commented 2 years ago

This pull request is heavily based on @mitchmindtree work here #28 and the related upstream forks.

It upgrades both HALs to the newest Version and fix the ARP examples. I use the STM32F407 and the KSZ8051R PHY since that is what I have here.

Rahix commented 2 years ago

@Astro, any chance you can pull these changes in? I'm looking to implement MII support and for now I have a hacky local branch based ontop of this work. I'd send a PR after these changes here are finalized...