Commit 92149c8a authored by Damien George's avatar Damien George

esp32/boards: Enable dual core support by default.

Single core is still supported, just by adding CONFIG_FREERTOS_UNICORE=y to
a custom sdkconfig file.
parent 815b79a8
......@@ -19,7 +19,6 @@ CONFIG_ESP32_XTAL_FREQ_AUTO=y
CONFIG_PM_ENABLE=y
# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=2
CONFIG_SUPPORT_STATIC_ALLOCATION=y
CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=y
......
......@@ -22,7 +22,6 @@ CONFIG_ESP32_XTAL_FREQ_AUTO=y
CONFIG_PM_ENABLE=y
# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=2
CONFIG_SUPPORT_STATIC_ALLOCATION=y
CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment