mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
drivers/telnet: Remove io work thread
The thread isn't really needed but complicate the workflow Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
c3b6d35290
commit
0fa17f32f2
@@ -127,7 +127,6 @@ CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_NSH_PROGNAME="init"
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_SYSTEM_TELNETD=y
|
||||
CONFIG_TELNET_IOTHREAD_STACKSIZE=2048
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TLS_TASK_NELEM=4
|
||||
CONFIG_UART1_SERIAL_CONSOLE=y
|
||||
|
||||
@@ -128,7 +128,6 @@ CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_NSH_PROGNAME="init"
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_SYSTEM_TELNETD=y
|
||||
CONFIG_TELNET_IOTHREAD_STACKSIZE=2048
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_SMP=y
|
||||
CONFIG_TLS_TASK_NELEM=4
|
||||
|
||||
Reference in New Issue
Block a user