Commit Graph

33 Commits

Author SHA1 Message Date
Dong Heng
f25a7ad205 feat(nvs_flash): Modify for ESP8266 2021-07-26 12:00:17 +08:00
yuanjm
a42b136d32 feat(lwip): Add debug for IPv6 TCP 2020-09-02 16:19:20 +08:00
yuanjm
ef2c714c06 feat(lwip): update lwip component according to IDF
commit ID: 79a5b0b5
2020-07-17 09:59:18 +08:00
yuanjm
128ba0e39e fix(lwip): The machine of inserting sent fail packet to list is lose by update the new lwip. So if the wlan port level send packet fail, it will report to upper layer no mem 2020-03-23 14:43:25 +08:00
yuanjm
2618bf6f1f feat(ipv6): Enable ipv6 autoconfig function in lwip port level 2020-02-26 15:10:21 +08:00
yuanjm
b89d8a7ab2 feat(lwip): update lwip component from idf 2020-02-25 19:28:56 +08:00
yuanjm
b2ca002f47 feat(lwip): Bring lwip sub from esp-idf
Commit ID: 785cc699
2020-02-25 19:27:50 +08:00
Zhang Jun Hao
70d61cddca feat(lwip): Add lwip TCP Tx/Rx debug log 2019-08-12 10:27:30 +08:00
Zhang Jun Hao
76fc05e6f8 feat(lwip): set netif hostname according to rfc952 2019-05-20 20:27:51 +08:00
dongheng
f2a0d64277 fix(tcpip_adapter): Fix recv pbuf memory leak 2019-04-28 15:57:24 +08:00
dongheng
31efd6f764 feat(esp8266): Remove esp_socket to save flash and ram 2019-03-22 11:24:50 +08:00
Dong Heng
e19f612606 fix(lwip): fix TCP pbuf memory leak
Disable TCP cache and retry function.
2018-12-05 10:10:45 +08:00
Dong Heng
34ae970f82 refactor(lwip): Refactor LWIP UDP sync 2018-10-11 15:45:02 +08:00
Zhang Jun Hao
f3d747ed9d fix(lwip): fix send packet from netif of AP in STA only mode 2018-10-11 09:56:35 +08:00
Dong Heng
aa0317bdb9 fix(lwip): Fix compiling error when disable UDP sync 2018-09-18 15:54:32 +08:00
Dong Heng
1ca16e5a13 feat(lwip): Add UDP sync process trigger 2018-09-07 16:12:16 +08:00
Zhang Jun Hao
fe0c6905d6 fix(lwip): fix some writting error 2018-09-07 15:34:41 +08:00
Zhang Jun Hao
d46f831d88 feat(lwip): formatted code 2018-09-06 10:33:20 +08:00
Zhang Jun Hao
8e0084f7de feat(esp8266): add esp_aio send result 2018-09-06 10:33:20 +08:00
Dong Heng
64771597fd fix(lwip): Fix UDP sync send error 2018-08-28 15:32:35 +08:00
Dong Heng
cf46ba82be feat(lwip): Add socket UDP sync function 2018-07-30 20:30:04 +08:00
Zhang Jun Hao
ee60c285fa feat(lwip): Add pbuf list to resend ERR_MEM pbuf 2018-07-27 17:00:46 +08:00
Dong Heng
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
Dong Heng
e92178b896 fix(LWIP): Fix WIFI send error 2018-07-25 13:16:45 +08:00
Wu Jian Gang
45792bae33 Merge branch 'feature/socket_with_so_link' into 'master'
Socket(not server) must has linger

See merge request sdk/ESP8266_RTOS_SDK!313
2018-07-19 19:42:50 +08:00
Dong Heng
da0d4cb749 feat(LWIP): Socket(not server) must has linger
Server linger must be disable.
2018-07-19 14:32:29 +08:00
Zhang Jun Hao
1883c4c2cd fix(lwip): fix netif mac addr is not right 2018-07-18 20:10:44 +08:00
Dong Heng
27ddf02181 fix(lwip): Fix low-level send IRAM data 2018-07-16 15:48:22 +08:00
Zhang Jun Hao
922b2819ff fix(esp8266): Fix send softap event id error 2018-06-28 17:52:13 +08:00
Zhang Jun Hao
b041d65caa feat(tcpip_adapter): Refactor tcpip_adapter APIs 2018-06-26 21:50:11 +08:00
Zhang Jun Hao
15bf619aed feat(lwip): Modify lwip according to new wifi APIs 2018-06-25 10:15:37 +08:00
Wu Jian Gang
b9922f5116 fix: Fix warning while esp_libc update 2018-05-24 14:47:14 +08:00
Wu Jian Gang
6fbcd9f823 feat(lwip): Restructure lwip folder to support different platform 2018-05-20 21:30:59 +08:00