soc: esp32: soc does not support 2 cores

Current ESP32 implementation does not support 2 CPUS.
Explicit set this to single core.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-10-18 23:28:38 -03:00 committed by Anas Nashif
commit 27907d0625

View file

@ -12,7 +12,7 @@ config IRQ_OFFLOAD_INTNUM
default 7
config MP_NUM_CPUS
default 2
default 1
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
default n