mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
esp32s3_devkit/sta_softap: Disable SMP on defconfig temporarily
There is a known bug while using the Station + softAP mode with SMP mode enabled. Disable it temporarily until the bug is properly fixed.
This commit is contained in:
committed by
Xiang Xiao
parent
891e05d99a
commit
e25fcb3bd5
@@ -72,9 +72,8 @@ CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_LPWORK=y
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SIG_DEFAULT=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_SMP_NCPUS=2
|
||||
CONFIG_SPIFFS_NAME_MAX=128
|
||||
CONFIG_SPINLOCK=y
|
||||
CONFIG_START_DAY=6
|
||||
CONFIG_START_MONTH=12
|
||||
CONFIG_START_YEAR=2011
|
||||
|
||||
Reference in New Issue
Block a user