diff options
author | Damien George <damien.p.george@gmail.com> | 2019-03-27 11:20:21 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-27 11:20:21 +1100 |
commit | 92149c8a7954169285b2909012dc601c6e7cb0aa (patch) | |
tree | ccabfc019596b343dab587708cd0af0bf69498be | |
parent | 815b79a8d0ff698bd577ad86280a599191dd5949 (diff) |
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.
-rw-r--r-- | ports/esp32/boards/sdkconfig | 1 | ||||
-rw-r--r-- | ports/esp32/boards/sdkconfig.spiram | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ports/esp32/boards/sdkconfig b/ports/esp32/boards/sdkconfig index 23fc8dead..eaafed5d6 100644 --- a/ports/esp32/boards/sdkconfig +++ b/ports/esp32/boards/sdkconfig @@ -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 diff --git a/ports/esp32/boards/sdkconfig.spiram b/ports/esp32/boards/sdkconfig.spiram index b34781a0d..6de2db7cb 100644 --- a/ports/esp32/boards/sdkconfig.spiram +++ b/ports/esp32/boards/sdkconfig.spiram @@ -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 |