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
9324515f69
add to history about MQTT Client
2016-12-05 16:10:54 +09:00
6de54d2bc7
add to paho MQTT 3.1.1 (ioLibrary interface porting)
2016-12-05 16:07:02 +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
4a56e66867
Update README.md
2015-11-23 09:28:15 +09:00
0c5226e19b
Update README.md
2015-11-23 09:26:44 +09:00
376247f51b
Merge pull request #10 from Wiznet/Ricky-Kwon-patch-1
...
Update w5300.h
2015-09-24 14:24:05 +09:00
adf6d9c3ee
Update w5300.h
...
fix some bug
2015-09-15 15:03:13 +09:00
241045068d
Merge branch 'hotfix/v2.0.3'
v2.0.3
2015-08-28 13:55:55 +09:00
0cabf536fd
Fixed an issue #9 .
2015-08-28 13:54:59 +09:00
d9e2bd1d65
Merge pull request #8 from fetzerch/wizchip_conf
...
wizchip_conf: Enable configuration without modifying file
2015-08-13 14:45:36 +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
bd4a3a8d55
Merge branch 'hotfix/v2.0.2'
2015-04-24 13:54:12 +09:00
989f08ab2d
Removed unnessary code.
v2.0.2
2015-04-24 13:52:22 +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
8508482bc4
Merge branch 'hotfix/opimization_FTP_client'
opimization_FTP_client
2015-04-15 17:29:54 +09:00
c2b6716e43
optimization FTP client
2015-04-15 17:29:42 +09:00
580241080d
Merge branch 'hotfix/fix_compile_error'
fix_compile_error
2015-04-15 16:40:19 +09:00
c29dc21040
fix compile error
2015-04-15 16:39:46 +09:00
b840aa13a2
Merge pull request #6 from Wiznet/feature/FTP_Client_optimization
...
FTP Client optimization
2015-04-14 16:55:41 +09:00
b6b808b306
FTP Client optimization
2015-04-14 15:26:20 +09:00
924ceea741
Merge pull request #5 from Wiznet/develop
...
FTP Client optimization
2015-04-14 11:21:19 +09:00
86726229f0
FTP Client optimization
2015-04-14 11:05:02 +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
v2.0.1
2015-04-09 14:56:48 +09:00
19ae79ee07
Added W5100, W5200 drivers.
v2.0.0
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
3508acad10
FTP Client variable, function name modify
v1.7.3
2015-04-06 10:55:39 +09:00
413ad6fc84
FTP Client
2015-04-06 09:47:06 +09:00
1f37c8efa5
Update README.md
v1.7.2
2015-03-30 14:38:07 +09:00
999cb97cc8
Update README.md
2015-03-30 14:14:50 +09:00
455ab71314
Fixed a compile error.
2015-03-30 13:20:17 +09:00
f0dcff0671
Fixed a casting issue of variable.
2015-03-30 13:12:10 +09:00
460b04a42b
Added a SNTP protocol.
v1.7.1
2015-03-18 13:01:54 +09:00
97857ce12c
Added a protocol of TFTP.
v1.7.0
2015-02-23 13:12:34 +09:00
461b1b16b1
Change ftpd to support a ftp program of Windows.
v1.6.1
2015-02-23 10:31:25 +09:00
bd351ec732
Internet protocol libraries and Application added
...
>> Internet \ FTPserver
>> Internet \ httpServer (web server)
>> Internet \ SNMP (SNMPv1 agent)
>> Application \ loopback (loopback test)
v1.6.0
2015-02-06 16:34:52 +09:00
c3dfcd6bac
Update the SPI burst operations / fix typos
...
Update the SPI burst operations / fix typos
v1.5.3
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.
v1.5.2
2015-01-05 16:15:14 +09:00
c87c9ac3f9
Fixed a compile error.
v1.5.1
2014-11-19 13:23:23 +09:00