Commit Graph

166 Commits

Author SHA1 Message Date
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
bac969f04e #36 structure alignment. 2018-09-27 16:42:10 +09:00
2163c8b29c modify wizchip_conf.c 2018-09-27 16:32:33 +09:00
183daf143d @c69d27b modify a typing error
wizchip_init()  - modify about MAX TX/RX buffer when W5100S use.
2018-09-27 16:04:50 +09:00
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
72d9df579b Merge pull request #53 from newAM/unused-fix
fixed unused variables warning
2018-09-10 08:13:23 +09:00
3939dc4925 fixed unused variables warning 2018-08-12 18:53:23 -07:00
15b79ef7c0 Merge pull request #52 from Wiznet/revert-51-master
Revert "MDIO added"
2018-07-25 18:34:10 +09:00
b8e3c63cff Revert "MDIO added" 2018-07-25 18:33:15 +09:00
8ebd860b08 Merge pull request #51 from javakys/master
MDIO added
2018-07-25 18:05:59 +09:00
aaaf41eff1 Merge branch 'master' into master 2018-07-25 18:05:45 +09:00
433f4bb409 fixed bug
issue #23
2018-07-05 14:50:41 +09:00