17 Commits

Author SHA1 Message Date
35ee995327 fix(components): Fix all components's compile warning and enable warning checking 2018-08-07 15:42:28 +08:00
854636dbff fix(lwip): Fix dhcpserver cannot release dhcpclient info on time 2018-07-06 18:59:13 +08:00
922b2819ff fix(esp8266): Fix send softap event id error 2018-06-28 17:52:13 +08:00
9d0b024433 feat(esp8266): Refactor ets system headler file 2018-06-27 11:39:50 +08:00
2caf744a72 feat(lwip): Refactor dhcpserver APIs 2018-06-26 21:50:11 +08:00
15bf619aed feat(lwip): Modify lwip according to new wifi APIs 2018-06-25 10:15:37 +08:00
f5dc5fd2a1 fix(lwip): Fix warning in dhcpserver 2018-05-25 16:39:30 +08:00
1cd5a36bdf feat: Don't use esp_common.h in SDK 2018-05-25 09:03:45 +08:00
291c94b501 feat: Remove the use of os_printf in SDK 2018-05-24 19:52:43 +08:00
91f7080231 fix: Fix all files when change to use standard typedef 2018-05-24 19:27:41 +08:00
17491ca253 fix(lwip): Fix compile issue while remove define of TRUE/FALSE 2018-05-24 15:35:40 +08:00
b9922f5116 fix: Fix warning while esp_libc update 2018-05-24 14:47:14 +08:00
d75ffa61eb feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash
rodata will be in flash by default.
2018-05-24 11:02:34 +08:00
3d4f7e20af feat(lwip): Optimize the configuration options for lwip 2018-05-08 16:45:52 +08:00
60d90dee90 feat(lwip): Fix compile warning in lwip 2018-05-03 15:22:09 +08:00
de7856864d feat(lwip): Modify lwip port according to the lwip library update
1. Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t.
2. Use GCC error number instead of lwip error define.
3. Change the unit of sys_now to milliseconds.
2018-05-02 16:40:12 +08:00
a20e4c1218 feat(lwip): Redefine lwip file structure 2018-04-20 16:19:31 +08:00