W5500 from SeeedStudio on NUCLEO-L476RG
Dependents: coap-example Borsch coap-example
Fork of W5500Interface by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:41393623ead4 | 2017-07-06 | sgnezdov | fined tuned debugging; turned off debugging |
4:80e302a610fd | 2017-07-06 | sgnezdov | 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. |
3:61ff27ed8355 | 2017-07-05 | sgnezdov | cleaned up my own debug statements; interface works with DHCP. |
2:06b6f9f7c071 | 2017-07-01 | sgnezdov | UDP packets are sent now; ; problem of blocking state tracking is exposed. |
1:2dee44ea52a9 | 2017-06-15 | dgriffin65 | Updated to mbed-os |
0:77e050d1fb12 | 2017-06-02 | dgriffin65 | Many updates for implementing for W5500 support in mbed os |