From: Liu Zhi Fu Date: Thu, 22 Dec 2016 05:37:07 +0000 (+0800) Subject: freertos: enable dual core by default X-Git-Tag: v2.0-rc1~108^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99f4c697ee16d69f1f02ce6e14e64a4e35fc2651;p=esp-idf freertos: enable dual core by default --- diff --git a/components/freertos/Kconfig b/components/freertos/Kconfig index f03da6bc01..b9db00e50b 100644 --- a/components/freertos/Kconfig +++ b/components/freertos/Kconfig @@ -3,7 +3,7 @@ menu "FreeRTOS" # This is actually also handled in the ESP32 startup code, not only in FreeRTOS. config FREERTOS_UNICORE bool "Run FreeRTOS only on first core" - default y + default n help 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.