boards: spresense: Update rndis and rndis_smp for workaround
Summary: - I noticed that Telnet session is sometimes not closed when tested with nxplayer + command stress test - The symptom relates to the change of IOB throttling in TCP but we are still finding the root cause. - This commit is just a workaround to avoid the issue by disabling telnet character mode. Impact: - spresense:rndis, spresense:rndis_smp only Testing: - Tested with nxplayer (HTTP audio streaming) + command stress test Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
11ed8575cd
commit
e890e2e45c
@ -149,7 +149,6 @@ CONFIG_SYSTEM_NSH_SYMTAB_COUNTNAME="g_nsymbols"
|
||||
CONFIG_SYSTEM_NXPLAYER=y
|
||||
CONFIG_SYSTEM_NXRECORDER=y
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_TELNET_CHARACTER_MODE=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_FPUSIZE=64
|
||||
CONFIG_UART1_SERIAL_CONSOLE=y
|
||||
|
@ -153,7 +153,6 @@ CONFIG_SYSTEM_NXRECORDER=y
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_SYSTEM_SYSTEM=y
|
||||
CONFIG_SYSTEM_TASKSET=y
|
||||
CONFIG_TELNET_CHARACTER_MODE=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_FPUSIZE=64
|
||||
|
Loading…
Reference in New Issue
Block a user