embed-rs / stm32f7-discovery

Apache License 2.0
30 stars 23 forks source link

Ethernet code still uses polling #75

Open phil-opp opened 5 years ago

phil-opp commented 5 years ago

The ethernet controller can be configured to generate interrupts on various conditions. We should use these interrupts instead of polling.

Note that the ethernet code currently only compiles in release mode due to #73.