bd0f13fc5b
Few W5100S comment changed.
2018-03-30 15:43:19 +09:00
5f73fee3a1
git update
2018-03-30 15:11:50 +09:00
5e64b7d299
#32 Type change for variable "any_port" in loopback function.
2018-03-30 15:08:33 +09:00
4eb03edf27
"_WIZCHIP_ W5100S" changed to "_WIZCHIP_ W5500"
2018-03-30 12:39:00 +09:00
09d0928dfc
Readme.md modified
2018-03-30 11:23:59 +09:00
7459a44257
Readme.md modified. - W5100S added
2018-03-30 11:21:10 +09:00
6a26540c33
w5100s.c, w5100s.h added.
2018-03-30 10:24:40 +09:00
5c278b5732
#add
...
Sn_TXBUF_SIZE, Sn_RXBUF_SIZE 주소 추가
#modify
setSn_TXBUF_SIZE(), setSn_RXBUF_SIZE()
getSn_TXBUF_SIZE(), getSn_RXBUF_SIZE()
socket register로 값 읽도록 변경
getSn_TxMAX(), getSn_RxMAX()
1<< getSn_TXMEM_SIZE(sn)) << 10 -> getSn_TXMEM_SIZE(sn)) << 10
commonregister 값 형식에서 socket register 값 형식에 맞춰 변경
2017-12-18 09:54:03 +09:00
0cbef5673c
modify
...
Line 939
SLCMD_TIMEOUT -> SLIR_TIMEOUT
2017-12-14 11:25:06 +09:00
196fac7b60
remove
...
Sn_CR_PCON
Sn_CR_PDISCON
Sn_CR_PCR
Sn_CR_PCN
Sn_CR_PCJ
Sn_IR_PRECV
Sn_IR_PFAIL
Sn_IR_PNEXT
add
Sn_CR_IGMP_JOIN
Sn_CR_IGMP_LEAVE
PHYCR1 value bit
Sn_MR2 value bit
2017-12-14 11:10:12 +09:00
b4e24ff958
bug fix
2017-12-06 10:35:01 +09:00
b6814ec8a6
W5100S driver code added
2017-12-05 12:48:20 +09:00
3de6bedd1d
Merge branch 'hotfix/v3.1.3' into develop
2017-09-04 12:32:08 +09:00
6411bf0ab7
Fix #13 issue.
2017-09-04 12:31:22 +09:00
9c5cc07ce5
Fix #12 issue.
2017-09-04 12:31:12 +09:00
4a8ec8d53e
Merge branch 'hotfix/v3.1.2' into develop
2017-08-28 09:22:42 +09:00
bfa6ff10d4
Merge branch 'hotfix/v3.1.2'
v3.1.2
2017-08-28 09:22:41 +09:00
69a005ad56
Fixed compile errors after adding IPRAW and MQTT.
2017-08-28 09:22:02 +09:00
115db169b5
Merge branch 'master' into develop
2017-06-15 14:09:53 +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
d616b1bdb1
Merge branch 'hotfix/v2.0.3' into develop
2015-08-28 13:55:56 +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
de4d8028b5
Merge branch 'hotfix/v2.0.2' into develop
2015-04-24 13:56:35 +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