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
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
a9141a7ade
Modify wizchip_clrinterrupt() to set Sn_IR for clearing SIR.
2020-02-27 12:58:29 +09:00
0bad15ab48
Added each of the devices have to has a different XID.
2020-02-18 12:54:51 +09:00
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
1fadc591bc
Merge pull request #95 from MrDiba/patch-1
...
Added a break to remove compiler warning.
2020-02-03 17:04:12 +09:00
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
96857e86aa
Merge pull request #93 from Wiznet/addApplicationmulticast
...
add multicast example
2019-12-27 16:10:15 +09:00
84f4b6d030
add multicast example
2019-12-27 16:09:24 +09:00
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
47dec417fa
Merge pull request #79 from zhouchuanfu/master
...
Update dns.c
2019-11-06 16:20:23 +09:00
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
863973b22e
Merge pull request #89 from Wiznet/modifyDHCP
...
modify comparing DHCP server ip addres
2019-10-08 13:27:48 +09:00
b58bfbdbc8
modify comparing DHCP server ip addres
2019-10-08 13:27:08 +09:00
dacf22ca48
Fix regression KEEPALIVEAUTO Not supported in W5100, W5200
2019-09-03 13:35:43 +04:00
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
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
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
40dc8d1f1e
Merge pull request #78 from HubertXie/master
...
fix w5100s bug
2019-04-11 09:28:33 +09:00
16657be394
Update w5100s.h
2019-04-10 14:23:41 +08:00
c166849712
fix w5100s bug
...
fix w5100s bit define bugs
2019-04-09 17:20:30 +08:00
81e94dcc22
#77 fix by request.
2019-02-22 10:57:54 +09:00
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
798d505bff
Merge pull request #75 from Wiznet/issue69
...
Fixed issue 69
2019-01-29 09:32:29 +09:00
dac948e885
Fixed issue 69
2019-01-28 17:52:33 +09:00
c2356c8777
1.For W5100S,The array size is one byte smaller
...
2.W5100S also support KA
2018-12-01 20:10:05 +08:00
c5be3a85b9
Merge pull request #68 from newAM/dhcp_typo_fix
...
fixed typos in DHCP files
2018-10-17 10:37:03 +09:00
ca5348784f
Merge pull request #67 from newAM/remove_strindex
...
removed unused variable strindex
2018-10-17 10:36:44 +09:00
4b2cd30cb8
Merge pull request #65 from newAM/maybeuinitialized_fix
...
cleaned up maybe-unitialized warning
2018-10-17 10:36:22 +09:00
435cedca91
Merge pull request #61 from newAM/extern_c_cleanup
...
fixed typing errors
2018-10-17 10:36:00 +09:00
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
4de4aa0816
Merge pull request #60 from newAM/mqtt_interface_fix
...
fixed several warnings in mqtt_interface
2018-10-17 10:35:10 +09:00
dc10163277
Merge pull request #58 from newAM/sizeof_pointer_memaccess_fix
...
fixed -Wsizeof-pointer-memaccess warning
2018-10-17 10:34:37 +09:00
b135a73a94
fixed typos in DHCP files
2018-10-07 11:08:15 -07:00
db469a1dc7
fixed incompatible pointer type warning
2018-10-06 18:47:14 -07:00
b70a532f8d
removed unused variable strindex from MQTTFormat_toServerString and MQTTFormat_toClientString
2018-10-06 18:34:18 -07:00
21f6528af2
cleaned up maybe-unitialized warning
2018-10-06 18:25:00 -07:00
c2940b08bf
cleaned up unused variable warning for _WIZCHIP_ >= W5200
2018-10-06 18:13:42 -07:00
cafc29ecee
fixed typing errors
2018-10-06 18:05:37 -07:00
d1f87bd19f
fixed several warnings in mqtt_interface
2018-10-06 17:20:55 -07:00
8dde2af871
fixed -Wsizeof-pointer-memaccess warning
2018-10-06 16:58:37 -07:00
6676770d63
setSn_RXMEM_SIZE
...
getSn_RXMEM_SIZE
setSn_TXMEM_SIZE
getSn_TXMEM_SIZE
When that function use, it is used to same with W5100
- TMSR /RMSR of Common register
2018-09-27 17:30:47 +09:00