RT-Thread-packages / wiznet

WIZnet TCP/IP chips (such as W5500/W5100..) SAL framework implement.
Apache License 2.0
49 stars 35 forks source link

[优化]将中断初始化放到最后 #52

Closed heyuanjie87 closed 3 years ago

xiangxistu commented 3 years ago
  1. The network cable is plugged in again after being pulled out, and the network state cannot be restored.
  2. Initiate wiznet when the network cable is not inserted,after that, wiznet will not work even if the network cable plugged in again.
  3. Initiate wiznet when the network cable is not inserted, the cost time for Initialization is as long as before.