xiaofan 7676b5e69b Optimize STM32 Ethernet Drvier
1. Add phy_linkchange function to simplify eth_phy_isr and phy_monitor_thread_entry
2. phy_speed is uint8_t may case some problems, use enumeration instead of hardware-dependent values
3. Fix eth_phy_isr can not detect link up
4. Use macro to check phy status for flexibility

Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:09 +08:00
..
2019-05-16 10:22:57 +08:00
2019-09-03 11:41:22 +08:00
2019-06-15 08:26:57 +08:00
2019-05-05 16:13:57 +09:00
2019-05-06 15:09:11 +08:00
2018-12-17 09:38:53 +08:00
2019-05-06 15:09:11 +08:00
2019-09-03 18:51:09 +08:00
2017-10-16 13:23:03 +08:00
2019-03-29 09:43:32 +08:00