]> granicus.if.org Git - esp-idf/commitdiff
fix bug for nonblocking udp is zero
authorxueyunfei <xueyunfei@espressif.com>
Thu, 15 Aug 2019 03:17:15 +0000 (11:17 +0800)
committerxueyunfei <xueyunfei@espressif.com>
Wed, 21 Aug 2019 03:25:17 +0000 (11:25 +0800)
components/lwip/linker.lf
components/lwip/lwip
components/lwip/port/esp32/include/lwipopts.h

index 157e4b88bc42c73f2badf26283fc6bbadc4e9237..ec48930ea7e08be33cc57779ce3d0430585de478 100644 (file)
@@ -7,6 +7,7 @@ entries:
     sockets:tryget_socket_unconn (noflash_text)
     sockets:sock_inc_used (noflash_text)
     sockets:tryget_socket_unconn_nouse (noflash_text)
+    sockets:tryget_socket_unconn_locked (noflash_text)
     sockets:done_socket (noflash_text)
     sockets:lwip_recvfrom (noflash_text)
     sockets:lwip_recv_tcp (noflash_text)
@@ -15,6 +16,8 @@ entries:
     sockets:lwip_send (noflash_text)
     sockets:lwip_sendto (noflash_text)
     sockets:event_callback (noflash_text)
+    sockets:lwip_select (noflash_text)
+    sockets:select_check_waiters (noflash_text)
     api_lib:netconn_apimsg (noflash_text)
     api_lib:netconn_recv_data (noflash_text)
     api_lib:netconn_tcp_recvd_msg (noflash_text)
index 663b2fdb41177c82f2aa5939e41aef54427d15cd..8c801667e8586ae6dedf80d13aaaec71b7b9a33d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 663b2fdb41177c82f2aa5939e41aef54427d15cd
+Subproject commit 8c801667e8586ae6dedf80d13aaaec71b7b9a33d
index e37d272ccca63db8a1de209dfb5113e4d45b4604..5b85fc6ccfc398ade77e7a8ee56fe08cdc007c3d 100644 (file)
 #define ESP_PPP                         1
 #define ESP_IPV6                        1
 #define ESP_SOCKET                      1
+#define ESP_LWIP_SELECT                 1
 
 #ifdef ESP_IRAM_ATTR
 #undef ESP_IRAM_ATTR