mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:39:38 +08:00
12 lines
304 B
C
12 lines
304 B
C
#define NO_SYS 1
|
|
|
|
/* they'd require NO_SYS=0, but are enabled by default */
|
|
#define LWIP_SOCKET 0
|
|
#define LWIP_NETCONN 0
|
|
|
|
#define LWIP_IPV6 1
|
|
#define LWIP_IPV6_REASS 0
|
|
|
|
|
|
#define MEMP_USE_CUSTOM_POOLS 1
|