mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos: enable dual core by default
This commit is contained in:
parent
3a2fbda35c
commit
99f4c697ee
@ -3,7 +3,7 @@ menu "FreeRTOS"
|
|||||||
# This is actually also handled in the ESP32 startup code, not only in FreeRTOS.
|
# This is actually also handled in the ESP32 startup code, not only in FreeRTOS.
|
||||||
config FREERTOS_UNICORE
|
config FREERTOS_UNICORE
|
||||||
bool "Run FreeRTOS only on first core"
|
bool "Run FreeRTOS only on first core"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
This version of FreeRTOS normally takes control of all cores of
|
This version of FreeRTOS normally takes control of all cores of
|
||||||
the CPU. Select this if you only want to start it on the first core.
|
the CPU. Select this if you only want to start it on the first core.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user