freertos: default run program on 1st cpu

Modify the default cpu-mode to single cpu mode and always run the program on the 1st core
This commit is contained in:
Liu Zhi Fu
2016-12-02 18:17:57 +08:00
parent 9423390c2e
commit 5f47b85b87

View File

@@ -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 n default y
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.