22 Commits

Author SHA1 Message Date
9cf39c5f35 feat(lwip): Delete socket_mt and update lwip sys_arch from idf
Commit ID: 463a9d8b
2020-03-11 11:05:18 +08:00
b89d8a7ab2 feat(lwip): update lwip component from idf 2020-02-25 19:28:56 +08:00
b2ca002f47 feat(lwip): Bring lwip sub from esp-idf
Commit ID: 785cc699
2020-02-25 19:27:50 +08:00
ab906e6e78 fix(lwip): Fix UDP sync register messsage error
Raw socket will not register message.
2019-05-09 19:20:22 +08:00
a2cef19ccd Merge branch 'feature/cleanup_lwip_arch' into 'master'
Clean up Lport code

See merge request sdk/ESP8266_RTOS_SDK!863
2019-04-22 13:55:13 +08:00
d11543400e feat(vfs): Modify for esp8266 2019-04-15 17:18:42 +08:00
2bb25a0a93 feat(lwip): Clean up LwIP port code 2019-03-28 21:58:33 +08:00
e19f612606 fix(lwip): fix TCP pbuf memory leak
Disable TCP cache and retry function.
2018-12-05 10:10:45 +08:00
ee32bdc336 feat(lwip): Add to prevent switch to tcpip thread between mbox post and sem wait 2018-11-09 17:57:52 +08:00
c05c1c2b3a feat(lwip): Put sync function to lwip main thread 2018-10-11 15:45:02 +08:00
34ae970f82 refactor(lwip): Refactor LWIP UDP sync 2018-10-11 15:45:02 +08:00
5a850813c7 fix(lwip): Fix UDP sync no clear cache when close socket. 2018-09-27 09:25:45 +08:00
a4369522b9 feat(heap): Remove old heap and modify old heap API 2018-09-12 11:12:30 +08:00
1ca16e5a13 feat(lwip): Add UDP sync process trigger 2018-09-07 16:12:16 +08:00
64771597fd fix(lwip): Fix UDP sync send error 2018-08-28 15:32:35 +08:00
af17c341ec feat(lwip): udp sync return real result 2018-07-31 14:38:16 +08:00
cf46ba82be feat(lwip): Add socket UDP sync function 2018-07-30 20:30:04 +08:00
5c357487e8 fix(lwip): Fix lwip heap low-level error 2018-07-27 13:18:08 +08:00
74e013e493 feat(LWIP): Fix IRAM pbuf never send
WIFI only can send DRAM data, so if upper layer pbuf payload is
IRAM data, here it must be copy to DRAM.

We add "pbuf_alloc_ll" to reduce this happen.
2018-07-25 19:18:12 +08:00
291c94b501 feat: Remove the use of os_printf in SDK 2018-05-24 19:52:43 +08:00
b9922f5116 fix: Fix warning while esp_libc update 2018-05-24 14:47:14 +08:00
6fbcd9f823 feat(lwip): Restructure lwip folder to support different platform 2018-05-20 21:30:59 +08:00