W5500 driver for mbed OS 5

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

Fork of W5500Interface by Sergei G

Revisions of W5500Interface.cpp

Revision Date Message Actions
18:afec30f0922a 2018-08-16 change spi frame bits : 32->8 File  Diff  Annotate
17:60f75e78f35d 2018-08-14 remove dhcp codes in W5500.c/.h; remove gethostbyname() in W5500.c/.h; remove printfBytes(), printHex(), debug_hex() in W5500.c/.h File  Diff  Annotate
16:380b4a629c4f 2018-08-14 add dhcp flag (referred from https://os.mbed.com/teams/WIZnet/code/WIZnetInterface-OS5/) File  Diff  Annotate
15:9280e5bdd248 2018-08-13 disable debug message File  Diff  Annotate
14:2f03158e52c3 2018-08-13 setting 5 mins for TCP accept timeout File  Diff  Annotate
13:9e2a7c8da30c 2018-08-13 clean some codes... File  Diff  Annotate
12:3a5f5b5ae5f8 2018-08-13 added functions related to setting mac & DHCP File  Diff  Annotate
11:5118c2bff025 2018-08-13 added DNS functions and gethostbyname() File  Diff  Annotate
10:925201b1603f 2018-08-13 add functions in W5500Interface.; - virtual const char *get_netmask();; - virtual const char *get_gateway();; File  Diff  Annotate
8:c71c66d43703 2018-08-10 add some defines related to SPI port name File  Diff  Annotate
7:1877881f3516 2018-08-09 . File  Diff  Annotate
6:e2ab76b2be07 2018-08-09 changes for mbed OS 5 web server example; - add internal W5500 instance; - changes for web server example File  Diff  Annotate
5:41393623ead4 2017-07-06 fined tuned debugging; turned off debugging File  Diff  Annotate
4:80e302a610fd 2017-07-06 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. File  Diff  Annotate
3:61ff27ed8355 2017-07-05 cleaned up my own debug statements; interface works with DHCP. File  Diff  Annotate
2:06b6f9f7c071 2017-07-01 UDP packets are sent now; ; problem of blocking state tracking is exposed. File  Diff  Annotate
1:2dee44ea52a9 2017-06-15 Updated to mbed-os File  Diff  Annotate
0:77e050d1fb12 2017-06-02 Many updates for implementing for W5500 support in mbed os File  Diff  Annotate