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:
parent
8b0125424c
commit
27907d0625
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue