14 Commits

Author SHA1 Message Date
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
f1d2152991 feat(esp8266): Don't use LOCAL in SDK 2018-05-24 15:30:47 +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
0cffd7b916 feat(lwip): Remove ported sntp 2018-05-04 08:57:32 +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
8b0d705345 feat(lwip): add sockets_mt.c to component.mk
Remove sockets_mt.c declare  from sockets.c
2018-04-20 16:39:21 +08:00
a20e4c1218 feat(lwip): Redefine lwip file structure 2018-04-20 16:19:31 +08:00