embed-rs / stm32f7-discovery

Apache License 2.0
30 stars 23 forks source link

Linker error when using ethernet task #73

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

The ethernet task currently throws an linker error in debug mode. It compiles in release mode.

I reported it upstream: https://github.com/rust-embedded/cortex-m-rt/issues/157

phil-opp commented 5 years ago

This was fixed in https://github.com/rust-embedded/cortex-m-rt/pull/170.