Skip to content

Commit 92149c8

Browse files
committed
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.
1 parent 815b79a commit 92149c8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/esp32/boards/sdkconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CONFIG_ESP32_XTAL_FREQ_AUTO=y
1919
CONFIG_PM_ENABLE=y
2020

2121
# FreeRTOS
22-
CONFIG_FREERTOS_UNICORE=y
2322
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=2
2423
CONFIG_SUPPORT_STATIC_ALLOCATION=y
2524
CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=y

ports/esp32/boards/sdkconfig.spiram

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ CONFIG_ESP32_XTAL_FREQ_AUTO=y
2222
CONFIG_PM_ENABLE=y
2323

2424
# FreeRTOS
25-
CONFIG_FREERTOS_UNICORE=y
2625
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=2
2726
CONFIG_SUPPORT_STATIC_ALLOCATION=y
2827
CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=y

0 commit comments

Comments
 (0)