stm32-rs / stm32-eth

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

Fix incorrect startup sequence #54

Closed datdenkikniet closed 2 years ago

datdenkikniet commented 2 years ago

The current startup sequence works on f107, but doesn't seem to work for f4 and f7 parts.

This fixes that issue.

Also add an RTIC echo server example