0957fc4830
add seconds since epoch to datetime struct
2021-02-07 18:35:10 +01:00
27f646860d
install from Makefile
2020-11-11 22:30:06 +01:00
f8730808d1
disable dhcp debugging
2020-11-09 19:50:31 +01:00
26d4f89d0c
dhcp debugging
2020-11-09 15:07:24 +01:00
1cdb6d2eda
tune Makefile
2020-11-09 10:24:18 +01:00
181cfae6cc
CFLAGS
2020-11-08 16:30:18 +01:00
7f58783400
tune makefile
2020-11-08 14:50:36 +01:00
cae27e3acb
tune makefile
2020-11-08 14:04:59 +01:00
0446055537
define to use W5500 chip and mark SPI functions to be replaced as weak
2020-11-07 21:14:04 +01:00
a33e0f8381
build a static library containing all created objects
2020-11-07 21:13:17 +01:00
46df6545d9
ignore built library
2020-11-07 21:12:44 +01:00
727db71b79
ignore my build directory
2020-11-07 20:55:13 +01:00
4c75a8fa48
beautify code in strange if/else format
2020-11-07 20:54:55 +01:00
5323a6d8e4
fix issue in dns, no wizchip_close, hopefully close was meant
2020-11-07 20:54:25 +01:00
8db71e5eb4
add Makefile
2020-11-07 20:53:45 +01:00
Taylor.An
cbf5b6e908
Merge pull request #96 from Wiznet/FIxedwiz_clrinterrupt()
...
Modify wizchip_clrinterrupt() to set Sn_IR for clearing SIR.
2020-03-02 17:21:16 +09:00
becky
a9141a7ade
Modify wizchip_clrinterrupt() to set Sn_IR for clearing SIR.
2020-02-27 12:58:29 +09:00
irina
0bad15ab48
Added each of the devices have to has a different XID.
2020-02-18 12:54:51 +09:00
becky
de18368e5d
Modify getSn_TXBUF_SIZE(s)*1024 - > getSn_TxMAX(s)
...
It is not compatable to W5100.
It is only valid on W5500
2020-02-17 16:29:08 +09:00
Taylor.An
1fadc591bc
Merge pull request #95 from MrDiba/patch-1
...
Added a break to remove compiler warning.
2020-02-03 17:04:12 +09:00
MrDiba
18aeb30431
Added a break to remove compiler warning.
...
Compiler warned that there was no break at the end of the case statement. Added the break.
2020-01-27 16:30:24 +01:00
becky jeong
96857e86aa
Merge pull request #93 from Wiznet/addApplicationmulticast
...
add multicast example
2019-12-27 16:10:15 +09:00
becky
84f4b6d030
add multicast example
2019-12-27 16:09:24 +09:00
MidnightCow
587d26e341
Merge pull request #86 from KoynovStas/Fix_KEEPALIVEAUTO_for_w5100_w5200
...
Fix regression KEEPALIVEAUTO Not supported in W5100, W5200
2019-11-06 16:20:39 +09:00
MidnightCow
47dec417fa
Merge pull request #79 from zhouchuanfu/master
...
Update dns.c
2019-11-06 16:20:23 +09:00
MidnightCow
af704a0d23
Merge pull request #85 from hubmartin/master
...
Fix MQTTClient unaligned access on ARM when using -Os
2019-11-06 16:19:28 +09:00
becky jeong
863973b22e
Merge pull request #89 from Wiznet/modifyDHCP
...
modify comparing DHCP server ip addres
2019-10-08 13:27:48 +09:00
becky jeong
b58bfbdbc8
modify comparing DHCP server ip addres
2019-10-08 13:27:08 +09:00
KoynovStas
dacf22ca48
Fix regression KEEPALIVEAUTO Not supported in W5100, W5200
2019-09-03 13:35:43 +04:00
hubmartin
3016459cc9
Fix MQTTClient unaligned access on ARM when using -Os
...
QoS value was an enum and this value was passed to MQTTSerialize_subscribe as an (int*).
So when -Os optimization is used the QoS enum was set to byte and placed at odd address.
But when the code reached MQTTSerialize_subscribe and the address of pointer to byte was casted to pointer to integer the LDR instruction caused HardFaul because of unaligned int access.
Fixed by forcing to pass char so now it should not matter which compiler is used.
2019-08-07 12:05:23 +02:00
Eunkyoung Kim
890a73fb8b
Merge pull request #83 from Wiznet/W5300
...
Modify getxxx function
- setSn_PROTOR , getSn_FRAGR, setSn_FRAGR
- Modify the bit of IR register definition
2019-05-29 14:03:44 +09:00
irina
7dd9ef0c2a
typing error
...
- Sn_PROTO
Modify getSn_FRAGR,setSn_FRAGR
Modify the bit of IR register definition
2019-05-29 13:52:17 +09:00
周传福
fe116b361b
Update dns.c
...
Fixed an issue where ping ip address failed after pinging domain name failed.
2019-04-14 10:42:43 +08:00
Eunkyoung Kim
40dc8d1f1e
Merge pull request #78 from HubertXie/master
...
fix w5100s bug
2019-04-11 09:28:33 +09:00
HubretXie
16657be394
Update w5100s.h
2019-04-10 14:23:41 +08:00
HubretXie
c166849712
fix w5100s bug
...
fix w5100s bit define bugs
2019-04-09 17:20:30 +08:00
justinkim
81e94dcc22
#77 fix by request.
2019-02-22 10:57:54 +09:00
MidnightCow
dd053614b5
Merge pull request #71 from yaozhiman/master
...
1.For W5100S,The array size is one byte smaller
2019-02-07 11:27:58 +09:00
MidnightCow
798d505bff
Merge pull request #75 from Wiznet/issue69
...
Fixed issue 69
2019-01-29 09:32:29 +09:00
MidnightCow
dac948e885
Fixed issue 69
2019-01-28 17:52:33 +09:00
yaozhiman
c2356c8777
1.For W5100S,The array size is one byte smaller
...
2.W5100S also support KA
2018-12-01 20:10:05 +08:00
Justin Kim
c5be3a85b9
Merge pull request #68 from newAM/dhcp_typo_fix
...
fixed typos in DHCP files
2018-10-17 10:37:03 +09:00
Justin Kim
ca5348784f
Merge pull request #67 from newAM/remove_strindex
...
removed unused variable strindex
2018-10-17 10:36:44 +09:00
Justin Kim
4b2cd30cb8
Merge pull request #65 from newAM/maybeuinitialized_fix
...
cleaned up maybe-unitialized warning
2018-10-17 10:36:22 +09:00
Justin Kim
435cedca91
Merge pull request #61 from newAM/extern_c_cleanup
...
fixed typing errors
2018-10-17 10:36:00 +09:00
Justin Kim
f3a575c8b4
Merge pull request #63 from newAM/wizchip_init_unused_variable_warning_fix
...
cleaned up unused variable warning for _WIZCHIP_ >= W5200
2018-10-17 10:35:34 +09:00
Justin Kim
4de4aa0816
Merge pull request #60 from newAM/mqtt_interface_fix
...
fixed several warnings in mqtt_interface
2018-10-17 10:35:10 +09:00
Justin Kim
dc10163277
Merge pull request #58 from newAM/sizeof_pointer_memaccess_fix
...
fixed -Wsizeof-pointer-memaccess warning
2018-10-17 10:34:37 +09:00
Alex M
b135a73a94
fixed typos in DHCP files
2018-10-07 11:08:15 -07:00
Alex M
db469a1dc7
fixed incompatible pointer type warning
2018-10-06 18:47:14 -07:00