PPPoS: Rearrange config items (move TCP/IP stack size to LWIP), mark as experimental/unsupported

Ref #272
This commit is contained in:
Angus Gratton
2017-04-21 11:08:40 +10:00
committed by Angus Gratton
parent 47c722d674
commit f3a567b65d
3 changed files with 29 additions and 28 deletions

View File

@@ -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