b6814ec8a6
W5100S driver code added
2017-12-05 12:48:20 +09:00
9c5cc07ce5
Fix #12 issue.
2017-09-04 12:31:12 +09:00
69a005ad56
Fixed compile errors after adding IPRAW and MQTT.
2017-08-28 09:22:02 +09:00
0ea55bc8ff
Bug fix : fixed IPraw & MACraw Sendto function
2016-12-14 16:50:20 +09:00
0a3ce81329
Revert "Add W5100S.c W5100S.h"
...
This reverts commit 7c1f381d54
.
2016-10-26 11:15:43 +09:00
7c1f381d54
Add W5100S.c W5100S.h
2016-10-26 10:46:14 +09:00
d1ebb59d7f
V3.0.3
...
* In W5300, Fixed some compile errors in close(). Refer to M20160503
* In close(), replace socket() with some command sequences.
2016-05-04 17:04:34 +09:00
5cc730f59d
function listen() bug fixed
...
in !SOCK_LISTEN status... Sn_CR register check need not
2016-04-28 08:55:06 +09:00
a1302a3cb2
Socket_API_V3.0.3.chm renamed 3.0.3
...
Just rennamed.
2016-04-26 13:16:10 +09:00
90c6bb4ee8
V3.0.2
...
Applied the erratum 1 of W5300.
Refer to A20160426.
2016-04-26 13:13:03 +09:00
adf6d9c3ee
Update w5300.h
...
fix some bug
2015-09-15 15:03:13 +09:00
fb3fdf47cc
wizchip_conf: Enable configuration without modifying file
...
This encloses all user configuration options with preprocessor
ifndef ... endif guards, so that the configuration can be applied
already from the Makefile (for example with gcc -D_WIZCHIP_=5100 or
when using CMake: add_definitions(-D_WIZCHIP_=5100)).
The advantage of this change is that the ioLibrary can then simply be
included as a git submodule from the official upstream repository into
the own project without having to carry along a patch of
wizchip_conf.h.
2015-07-24 10:24:47 +02:00
942164d421
V3.0.1
...
Bug fixed : In W5100, CS control problem to read/write buffer with SPI.
2015-07-15 16:22:02 +09:00
1e940bbf14
Version V3.0
...
Add to W5300
2015-06-04 20:41:00 +09:00
cd0b8f5ba9
getSIMR() & getSIMR() in w5200.h
...
In w5200.h,
Remove the Mask value 0xA0 in getSIMR() & setSIMR()
Add to the Mask value 0xA0 in getIR() & setIR()
2015-04-17 13:33:42 +09:00
2857b805d9
Sync the code & doxygen document!
2015-04-13 09:42:44 +09:00
065b096c92
Modify setIMR() & getIMR() and setSIMR() & getSIMR()
...
In order to integrate W5200 with ioLibrary
setIMR() & getIMR(): Set/Get a value to IMR2 intead of _IMR_.
setIMR2() & getIMR2() (setSIMR() & getSIMR()) : Set/Get a value to _IMR_
instead of IMR2
2015-04-13 09:28:29 +09:00
f36dd4352a
Fixed the Type casting Error in send() ,socket.c
2015-04-09 14:56:48 +09:00
19ae79ee07
Added W5100, W5200 drivers.
2015-04-06 13:27:41 +09:00
fc3430b71a
Add to W5200 & W5100
...
Integrate ioLibrary with WIZnet chips as W5500,W5200, W5100 and so on.
2015-04-06 10:58:45 +09:00
c3dfcd6bac
Update the SPI burst operations / fix typos
...
Update the SPI burst operations / fix typos
2015-02-06 16:17:28 +09:00
0ada86b800
Modified connect() function in socket.c
...
added Function end conditions (SOCK_CLOSED)
2015-02-02 17:26:32 +09:00
1cf4272157
Fixed an error in connect function.
2015-01-05 16:15:14 +09:00
c87c9ac3f9
Fixed a compile error.
2014-11-19 13:23:23 +09:00
483a018bb3
Add ioLibrary files.
...
Refer to http://wizwiki.net/wiki/doku.php
2014-11-11 17:05:38 +09:00