NetworkServices with NUCLEO-L476RG and W5500 by SeeedStudio stack.

Dependents:   coap-example Borsch coap-example

Fork of NetworkServices by AMETEK Powervar

History

Changed setup interface to take MAC address, because W5500 may use software defined MAC when obtaining IP. default tip

2017-07-05, by sgnezdov [Wed, 05 Jul 2017 18:34:39 +0000] rev 17

Changed setup interface to take MAC address, because W5500 may use software defined MAC when obtaining IP.


fixes to DHCP communication; ; * send IP address properly (was not sent); * additional error handling; * lots of debug statements, because it is a work in progress

2017-07-01, by sgnezdov [Sat, 01 Jul 2017 07:20:29 +0000] rev 16

fixes to DHCP communication; ; * send IP address properly (was not sent); * additional error handling; * lots of debug statements, because it is a work in progress


Converted to a single library

2017-06-15, by dgriffin65 [Thu, 15 Jun 2017 20:29:03 +0000] rev 15

Converted to a single library


Updated to mbed-os

2017-06-15, by dgriffin65 [Thu, 15 Jun 2017 20:25:40 +0000] rev 14

Updated to mbed-os


Updated to mbed-os;

2017-06-15, by dgriffin65 [Thu, 15 Jun 2017 20:18:27 +0000] rev 13

Updated to mbed-os;


Modified to support the K22F;

2017-05-04, by amccartney [Thu, 04 May 2017 18:13:11 +0000] rev 12

Modified to support the K22F;


Remove the setting of tx/rx buffer in SWReset

2015-04-28, by embeddist [Tue, 28 Apr 2015 13:52:23 +0000] rev 11

Remove the setting of tx/rx buffer in SWReset


Bug fixed.

2014-10-16, by hjjeon [Thu, 16 Oct 2014 06:36:16 +0000] rev 10

Bug fixed.


Add W5500 register access macro function and defines

2014-10-15, by hjjeon [Wed, 15 Oct 2014 06:25:21 +0000] rev 9

Add W5500 register access macro function and defines


Perform Length check here to prevent buffer overrun fixed by Sean Newton (https://developer.mbed.org/users/SeanNewton/)

2014-10-06, by Bongjun [Mon, 06 Oct 2014 01:37:10 +0000] rev 8

Perform Length check here to prevent buffer overrun fixed by Sean Newton (https://developer.mbed.org/users/SeanNewton/)