175 Commits

Author SHA1 Message Date
08040f2236 fix(lwip): fix lacking of gcc header file declare when enable VFS 2019-11-06 15:51:59 +08:00
3e6c6696ef feat(make): add "iram_bss" to link some global varible from DRAM to IRAM 2019-09-26 17:33:22 +08:00
a183ccc81e Merge branch 'feature/enable_tcp_queue_ooseq_default' into 'master'
enable TCP queue OOSEQ by default

See merge request sdk/ESP8266_RTOS_SDK!1071
2019-09-06 17:32:17 +08:00
d4d2fb53a6 Merge branch 'feature/use_icmp_echo_len_in_ping_result' into 'master'
feat(lwip): use icmp echo len in ping result

See merge request sdk/ESP8266_RTOS_SDK!1043
2019-09-06 16:04:25 +08:00
b8771d6363 Merge branch 'feature/add_tcp_tx_rx_pbuf_debug' into 'master'
feat(lwip): Add TCP Tx/Rx debug log

See merge request sdk/ESP8266_RTOS_SDK!1042
2019-09-06 16:03:42 +08:00
670d749bf0 Merge branch 'feature/add_gratuitous_arp' into 'master'
feat(lwip): add gratuitous arp

See merge request sdk/ESP8266_RTOS_SDK!1041
2019-09-06 15:29:18 +08:00
2967fdc72e feat(lwip): enable TCP queue OOSEQ by default 2019-08-28 10:50:07 +08:00
a7aeeb28d5 feat(heap): add heap private config to enable/disable using IRAM as heap 2019-08-12 19:28:20 +08:00
808e724c09 feat(lwip): use icmp echo len in ping result 2019-08-12 10:35:09 +08:00
70d61cddca feat(lwip): Add lwip TCP Tx/Rx debug log 2019-08-12 10:27:30 +08:00
1457e0e822 feat(lwip): add gratuitous arp 2019-08-12 10:23:32 +08:00
52b46ed00f Merge branch 'feature/update_make_and_cmake' into 'master'
make: update make and cmake from esp-idf

See merge request sdk/ESP8266_RTOS_SDK!1027
2019-08-02 20:03:01 +08:00
114d2b5b86 feature(script): update compiling script for new make and cmake 2019-08-02 14:02:45 +08:00
d64f04bc95 feat(dhcp): add menuconfig for DHCP discover retransmission interval 2019-07-24 15:33:11 +08:00
d52138f4d6 fix(lwip): fix aton prase wrong parameters 2019-07-02 15:40:46 +08:00
bb38fa0ee1 fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS
When enable VFS, apps code should include "unistd.h", "sys/ioctl.h" or "fcntl.h" if using "read", "write", "close", "ioctl" and "fcntl".
2019-06-17 20:36:14 +08:00
1b2d3b9cf0 feat(lwip): Midify stand I/O control APIs declare 2019-06-13 16:27:25 +08:00
8227962033 feat(lwip): AutoIP trigger callback so that application can know IP changes 2019-06-10 14:32:51 +08:00
c9e233280c Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master'
feat(lwip): set netif hostname according to rfc952

See merge request sdk/ESP8266_RTOS_SDK!947
2019-05-31 15:19:53 +08:00
2a57642874 feat(lwip): add reserved DNS server to avoid DHCP changing all DNS server address 2019-05-28 14:57:04 +08:00
812fc520cd lwip: fix reenter lwip_close 2019-05-23 17:10:44 +08:00
e2fe03064b feat(lwip): add newlib <time.h> declare to "lwipopts.h" 2019-05-23 11:38:04 +08:00
76fc05e6f8 feat(lwip): set netif hostname according to rfc952 2019-05-20 20:27:51 +08:00
cca13e0f99 feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
2019-05-16 16:22:11 +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
081c1c5bb7 fix(lwip): Fix socket multi-thread has no socket offset check 2019-05-06 16:11:49 +08:00
f2a0d64277 fix(tcpip_adapter): Fix recv pbuf memory leak 2019-04-28 15:57:24 +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
16238240b2 fix(lwip): Fix compiling error when disable "SET_SOLINGER_DEFAULT"
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/560
2019-04-19 17:35:08 +08:00
2ad3067abd feat(vfs): Disable VFS used by default
Console component must use VFS.
2019-04-17 19:59:18 +08:00
d11543400e feat(vfs): Modify for esp8266 2019-04-15 17:18:42 +08:00
e36706d776 feat(vfs): Bring vfs from esp-idf
Commit ID: e1e82c89
2019-04-15 17:18:03 +08:00
2bb25a0a93 feat(lwip): Clean up LwIP port code 2019-03-28 21:58:33 +08:00
31efd6f764 feat(esp8266): Remove esp_socket to save flash and ram 2019-03-22 11:24:50 +08:00
e4f0c065b0 feat(lwip): Add <sys/select.h> header file
Using "lwip/sockets.h" really.
2019-03-05 15:28:28 +08:00
dfcbb6d31e feat(lwip): Increase send speed of nonblock TCP 2019-02-26 16:25:54 +08:00
ac29fd216e feat(lwip): Add configuration to enable/disable setting SO_LINGER default 2019-01-02 15:23:54 +08:00
a66d130b1a feat: make lwip allocate a new local TCP port is random 2018-12-20 21:05:32 +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
08f8e94544 Merge branch 'feature/config_tcpip_mbox_size' into 'master'
Add configuration for TCPIP mailbox size

See merge request sdk/ESP8266_RTOS_SDK!582
2018-11-09 14:09:57 +08:00
1df77f649c bugfix/auto_ip_config: Adding config options for autoip.
Added config option for LWIP_AUTOIP_MAX_CONFLICTS & LWIP_AUTOIP_RATE_LIMIT_INTERVAL.
2018-11-01 15:49:54 +05:30
bec67cfa7b feat(lwip): Add IPv6 multicast for socket 2018-10-31 18:57:24 +08:00
c5260df6af Merge branch 'feature/add_lwip_app_ping' into 'master'
feat(lwip): Add ping function(Commit ID: b650d19c)

See merge request sdk/ESP8266_RTOS_SDK!590
2018-10-31 09:51:14 +08:00
bf66a8412c feat(lwip): Add ping function
Commit ID: b650d19c
2018-10-30 16:39:57 +08:00
8711d2f133 feat(lwip): Enable DHCP AUTOIP COOP when enable AUTOIP 2018-10-29 17:24:57 +08:00
48648ce3ed feat(lwip): Add configuration for TCPIP mailbox size 2018-10-24 19:45:12 +08:00
c76976c191 feat(lwip): Modfiy Kconfig TCP window max value to 14600 (10 * MSS)
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/345
2018-10-24 10:47:49 +08:00
636b64846a esp8266_lwip: Use CONFIG_LWIP_MAX_SOCKETS to set the maximum sockets
Signed-off-by: Piyush Shah <piyush@espressif.com>
2018-10-19 03:33:19 +05:30
bae4ce3b97 fix(lwip): Fix LwIP header file cc.h string format error
Closes: https://github.com/espressif/ESP8266_RTOS_SDK/issues/340
2018-10-16 09:42:08 +08:00