]> granicus.if.org Git - esp-idf/commitdiff
freertos: enable dual core by default
authorLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 22 Dec 2016 05:37:07 +0000 (13:37 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 22 Dec 2016 05:37:07 +0000 (13:37 +0800)
components/freertos/Kconfig

index f03da6bc01ab0bc3ec23bef8fc3d3b01dc92082f..b9db00e50babf23d29290a356a4610f17613359b 100644 (file)
@@ -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.