This is Library using WIZnet Hardware TCP/IP chip, W5500 and WIZnet TCP/IP Offload Engine, W7500.
Dependents: HTTP_SDcard_file_server_WIZwiki-W7500 SSD1306_smart_watch TCPEchoServer-WIZwiki-W7500 httpServer-WIZwiki-W7500 ... more
Fork of WIZnetInterface by
This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500 and TCP/IP Offload Engine, W7500.
[Users » embeddist » Code » WIZnetInterface](https://developer.mbed.org/users/embeddist/code/WIZnetInterface/) -> WIZnetInterface Lib will be released on [Team WIZnet](https://developer.mbed.org/teams/WIZnet/)
- WIZwiki_W7500 : /platforms/WIZwiki-W7500/
- WIZwiki_W7500P : /platforms/WIZwiki-W7500P/
- WIZwiki_W7500ECO : /platforms/WIZwiki-W7500ECO/
- W5500 Ethernet Shield : /components/W5500-Ethernet-Kit-for-IoT/
This library is an Ethernet Interface library port-based on [EthernetInterface](https://developer.mbed.org/users/mbed_official/code/EthernetInterface/docs/tip/).
For more detail, visit http://embeddist.blogspot.kr/2015/06/wiznetinterface-for-armmbed.html
History
Fixed setMAC() functions
2015-11-17, by embeddist [Tue, 17 Nov 2015 06:35:55 +0000] rev 29
Fixed setMAC() functions
-Added defined TARGET_WIZwiki_W7500ECO ; -Fixed defined TARGET_WIZwiki_W7500P@eth_arch.h;
2015-10-29, by embeddist [Thu, 29 Oct 2015 13:29:46 +0000] rev 28
-Added defined TARGET_WIZwiki_W7500ECO ; -Fixed defined TARGET_WIZwiki_W7500P@eth_arch.h;
Merged from branch.
2015-10-05, by hjjeon [Mon, 05 Oct 2015 05:44:39 +0000] rev 27
Merged from branch.
Add defines about W7500P
2015-10-05, by hjjeon [Mon, 05 Oct 2015 05:41:00 +0000] rev 26
Add defines about W7500P
Add defines about W7500P
2015-10-05, by hjjeon [Mon, 05 Oct 2015 05:34:44 +0000] rev 25
Add defines about W7500P
remove dummy code
2015-06-29, by embeddist [Mon, 29 Jun 2015 07:27:34 +0000] rev 24
remove dummy code
.
2015-09-15, by hkjung [Tue, 15 Sep 2015 00:42:41 +0000] rev 23
.
change mbed lib and buffer size
2015-08-28, by joon874 [Fri, 28 Aug 2015 04:01:42 +0000] rev 22
change mbed lib and buffer size
Add error message at set_address.
2015-07-30, by hjjeon [Thu, 30 Jul 2015 08:15:40 +0000] rev 21
Add error message at set_address.
Added init() function. This function is necessary when you want to HTTPServer library which release by mbed.; ; init() function is same with init(uint8_t *mac) function.
2015-07-22, by kaizen [Wed, 22 Jul 2015 02:11:37 +0000] rev 20
Added init() function. This function is necessary when you want to HTTPServer library which release by mbed.; ; init() function is same with init(uint8_t *mac) function.