W5500 driver for mbed OS 5

Dependents:   http-webserver-example mbed-os-example-sockets

Fork of W5500Interface by Sergei G

History

change spi frame bits : 32->8 default tip

2018-08-16, by Bongjun [Thu, 16 Aug 2018 07:33:40 +0000] rev 18

change spi frame bits : 32->8


remove dhcp codes in W5500.c/.h; remove gethostbyname() in W5500.c/.h; remove printfBytes(), printHex(), debug_hex() in W5500.c/.h

2018-08-14, by Bongjun [Tue, 14 Aug 2018 01:20:36 +0000] rev 17

remove dhcp codes in W5500.c/.h; remove gethostbyname() in W5500.c/.h; remove printfBytes(), printHex(), debug_hex() in W5500.c/.h


add dhcp flag (referred from https://os.mbed.com/teams/WIZnet/code/WIZnetInterface-OS5/)

2018-08-14, by Bongjun [Tue, 14 Aug 2018 01:02:27 +0000] rev 16

add dhcp flag (referred from https://os.mbed.com/teams/WIZnet/code/WIZnetInterface-OS5/)


disable debug message

2018-08-13, by Bongjun [Mon, 13 Aug 2018 09:26:21 +0000] rev 15

disable debug message


setting 5 mins for TCP accept timeout

2018-08-13, by Bongjun [Mon, 13 Aug 2018 09:24:38 +0000] rev 14

setting 5 mins for TCP accept timeout


clean some codes...

2018-08-13, by Bongjun [Mon, 13 Aug 2018 09:14:18 +0000] rev 13

clean some codes...


added functions related to setting mac & DHCP

2018-08-13, by Bongjun [Mon, 13 Aug 2018 09:00:50 +0000] rev 12

added functions related to setting mac & DHCP


added DNS functions and gethostbyname()

2018-08-13, by Bongjun [Mon, 13 Aug 2018 08:11:02 +0000] rev 11

added DNS functions and gethostbyname()


add functions in W5500Interface.; - virtual const char *get_netmask();; - virtual const char *get_gateway();;

2018-08-13, by Bongjun [Mon, 13 Aug 2018 02:30:22 +0000] rev 10

add functions in W5500Interface.; - virtual const char *get_netmask();; - virtual const char *get_gateway();;


add comment on DHCPClient files

2018-08-10, by Bongjun [Fri, 10 Aug 2018 08:51:31 +0000] rev 9

add comment on DHCPClient files