This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit e25fcb3bd53fb36572cba7e2ccc6a873c75ed10c Author: Tiago Medicci Serrano <[email protected]> AuthorDate: Fri Aug 18 10:16:32 2023 -0300 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. --- boards/xtensa/esp32s3/esp32s3-devkit/configs/sta_softap/defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/sta_softap/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/sta_softap/defconfig index 1bfcec92d5..b34e2671e9 100644 --- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/sta_softap/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/sta_softap/defconfig @@ -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
