W5500 from SeeedStudio on NUCLEO-L476RG
Dependents: coap-example Borsch coap-example
Fork of W5500Interface by
History
fined tuned debugging; turned off debugging
2017-07-06, by sgnezdov [Thu, 06 Jul 2017 05:46:17 +0000] rev 5
fined tuned debugging; turned off debugging
added missing socket_bind on socket_sendto; ; Built-in mbed dns code does not bind explicitly. This results in a missing socket_bind call, which makes dns messages to fail to send.; ; Exposed W5500 socket_closed to adapter.
2017-07-06, by sgnezdov [Thu, 06 Jul 2017 04:51:34 +0000] rev 4
added missing socket_bind on socket_sendto; ; Built-in mbed dns code does not bind explicitly. This results in a missing socket_bind call, which makes dns messages to fail to send.; ; Exposed W5500 socket_closed to adapter.
cleaned up my own debug statements; interface works with DHCP.
2017-07-05, by sgnezdov [Wed, 05 Jul 2017 18:37:40 +0000] rev 3
cleaned up my own debug statements; interface works with DHCP.
UDP packets are sent now; ; problem of blocking state tracking is exposed.
2017-07-01, by sgnezdov [Sat, 01 Jul 2017 07:29:02 +0000] rev 2
UDP packets are sent now; ; problem of blocking state tracking is exposed.
Updated to mbed-os
2017-06-15, by dgriffin65 [Thu, 15 Jun 2017 20:19:23 +0000] rev 1
Updated to mbed-os
Many updates for implementing for W5500 support in mbed os
2017-06-02, by dgriffin65 [Fri, 02 Jun 2017 22:00:49 +0000] rev 0
Many updates for implementing for W5500 support in mbed os