mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
PPPoS: Rearrange config items (move TCP/IP stack size to LWIP), mark as experimental/unsupported
Ref #272
This commit is contained in:

committed by
Angus Gratton

parent
47c722d674
commit
f3a567b65d
@@ -187,13 +187,6 @@ config SYSTEM_EVENT_TASK_STACK_SIZE
|
||||
help
|
||||
Config system event task stack size in different application.
|
||||
|
||||
config TCPIP_TASK_STACK_SIZE
|
||||
int "TCP/IP Task Stack Size"
|
||||
default 2048
|
||||
help
|
||||
Configure TCP/IP task stack size, used by LWIP to process multi-threaded TCP/IP operations.
|
||||
The default is 2048 bytes, setting this stack too small will result in stack overflow crashes.
|
||||
|
||||
config MAIN_TASK_STACK_SIZE
|
||||
int "Main task stack size"
|
||||
default 4096
|
||||
|
Reference in New Issue
Block a user