c69d27b875
#49 Adding support for C++
2018-09-10 09:07:08 +09:00
28e8a16b54
#36 structure alignment.
2018-09-10 08:50:49 +09:00
a832944757
Missing braces #55
2018-09-10 08:38:19 +09:00
3939dc4925
fixed unused variables warning
2018-08-12 18:53:23 -07:00
b8e3c63cff
Revert "MDIO added"
2018-07-25 18:33:15 +09:00
aaaf41eff1
Merge branch 'master' into master
2018-07-25 18:05:45 +09:00
74bf44ddc0
fixed bug
...
issue #44
2018-07-05 11:13:56 +09:00
01d6b321bc
fixed bug
...
issue #39
2018-07-05 11:07:41 +09:00
1c6b068fa0
MDIO added
...
MDIO Folder Added
2018-05-28 17:05:15 +09:00
a8b1f0a05c
Merge pull request #40 from drojf/master
...
Fix #39 - Fix typo where `_WIZCHIP_` was written as `__WIZCHIP_` in two places in wizchip_conf.c
2018-05-15 16:24:29 +09:00
d96daf13f0
Fix #39 - Fix typo where _WIZCHIP_
was written as __WIZCHIP_
in two places in wizchip_conf.c
2018-05-09 21:52:52 +10:00
47b6ea8bf7
Fix getSn_PORTR for W5300
2018-04-13 21:58:10 +09:00
f41e8900ec
Bug Fixed #33
2018-04-06 11:00:23 +09:00
49d630a3e4
Merge branch 'develop'
2018-03-30 15:44:28 +09:00
bd0f13fc5b
Few W5100S comment changed.
2018-03-30 15:43:19 +09:00
55e910b5b1
Merge branch 'master' into patch-1
2018-03-30 08:28:39 +02:00
832c720413
Bug fix about IPRAW
2018-03-30 14:49:08 +09:00
1425b8289a
Merge branch 'develop'
2018-03-30 12:39:16 +09:00
4eb03edf27
"_WIZCHIP_ W5100S" changed to "_WIZCHIP_ W5500"
2018-03-30 12:39:00 +09:00
2837ea44ec
Merge branch 'develop'
2018-03-30 10:37:12 +09:00
6a26540c33
w5100s.c, w5100s.h added.
2018-03-30 10:24:40 +09:00
2fccf578fe
fix PHY power mode query
2018-01-30 19:49:32 +01:00
741ac43e4c
Merge pull request #24 from yous/fix-compile-error
...
Fix compile error for W5300
2018-01-30 08:49:02 +09:00
63eb244701
Modified IPRAW
...
Add: W5500 IPRAW
2018-01-26 17:06:22 +09:00
0f6b317da2
Fix bug: case SO_MSS: in getsockopt() function
...
case SO_MSS: the return if getSn_MSSR() should be uint16_t
2018-01-17 19:38:00 +08:00
c077993fd3
Fix typo for W5300
2017-12-18 18:51:18 +09:00
eb5cb5acdc
Fix compile error caused by adf6d9c
( Fix #21 )
2017-12-18 18:49:55 +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
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