Skip to content

Commit

Permalink
Set CONFIG_FREERTOS_UNICORE=y by default (#2696)
Browse files Browse the repository at this point in the history
Co-authored-by: mikee47 <[email protected]>
  • Loading branch information
mikee47 and mikee47 authored Jan 6, 2024
1 parent 3537c5c commit 2ab9794
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sming/Arch/Esp32/Components/esp32/sdk/config/common
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
# Don't change provided flash configuration information
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=n

#' We'll handle WDT initialisation ourselves thankyouverymuch
# We'll handle WDT initialisation ourselves thankyouverymuch
CONFIG_ESP_TASK_WDT_INIT=n

# Issues with dual-core CPU, see #2653
CONFIG_FREERTOS_UNICORE=y

0 comments on commit 2ab9794

Please sign in to comment.