Commit Graph

46 Commits

Author SHA1 Message Date
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
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
b58bfbdbc8 modify comparing DHCP server ip addres 2019-10-08 13:27:08 +09: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
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
81e94dcc22 #77 fix by request. 2019-02-22 10:57:54 +09:00
dac948e885 Fixed issue 69 2019-01-28 17:52:33 +09: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
4de4aa0816 Merge pull request #60 from newAM/mqtt_interface_fix
fixed several warnings in mqtt_interface
2018-10-17 10:35:10 +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
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
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
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
433f4bb409 fixed bug
issue #23
2018-07-05 14:50:41 +09:00
18c878db9c fixed bug
issue #43
2018-07-05 14:50:14 +09:00
e20beebfc2 fixed bug
issue #46
2018-07-05 14:16:25 +09:00
7bac9a1f99 fixed commnet
issue #35
2018-07-05 11:17:26 +09:00
879b8a1828 fixed typo
issue #45
2018-07-05 11:09:32 +09:00
1c6b068fa0 MDIO added
MDIO Folder Added
2018-05-28 17:05:15 +09:00
e3855b86e8 Remove redundant blocking 2018-05-11 21:57:53 +08:00
69a005ad56 Fixed compile errors after adding IPRAW and MQTT. 2017-08-28 09:22:02 +09:00
6de54d2bc7 add to paho MQTT 3.1.1 (ioLibrary interface porting) 2016-12-05 16:07:02 +09:00
0cabf536fd Fixed an issue #9. 2015-08-28 13:54:59 +09:00
989f08ab2d Removed unnessary code. 2015-04-24 13:52:22 +09:00
c2b6716e43 optimization FTP client 2015-04-15 17:29:42 +09:00
c29dc21040 fix compile error 2015-04-15 16:39:46 +09:00
b6b808b306 FTP Client optimization 2015-04-14 15:26:20 +09:00
86726229f0 FTP Client optimization 2015-04-14 11:05:02 +09:00
3508acad10 FTP Client variable, function name modify 2015-04-06 10:55:39 +09:00
413ad6fc84 FTP Client 2015-04-06 09:47:06 +09:00
455ab71314 Fixed a compile error. 2015-03-30 13:20:17 +09:00
f0dcff0671 Fixed a casting issue of variable. 2015-03-30 13:12:10 +09:00
460b04a42b Added a SNTP protocol. 2015-03-18 13:01:54 +09:00
97857ce12c Added a protocol of TFTP. 2015-02-23 13:12:34 +09:00
461b1b16b1 Change ftpd to support a ftp program of Windows. 2015-02-23 10:31:25 +09:00
bd351ec732 Internet protocol libraries and Application added
>> Internet \ FTPserver
>> Internet \ httpServer (web server)
>> Internet \ SNMP (SNMPv1 agent)
>> Application \ loopback (loopback test)
2015-02-06 16:34:52 +09:00
483a018bb3 Add ioLibrary files.
Refer to http://wizwiki.net/wiki/doku.php
2014-11-11 17:05:38 +09:00