Skip to content

Commit

Permalink
fix: Invalid configuration ESP_SYSTEM_SINGLE_CORE_MODE=y and CONFIG_F…
Browse files Browse the repository at this point in the history
…REERTOS_UNICORE=n
  • Loading branch information
FL0WL0W committed Dec 20, 2023
1 parent e2aecfb commit 251ca97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/esp_system/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ menu "ESP System Settings"

config ESP_SYSTEM_SINGLE_CORE_MODE
bool "Only initialize first core."
default "y" if FREERTOS_UNICORE
default "y"
depends on FREERTOS_UNICORE
help
Only initialize and use the main core. (EXPERIMENTAL, Leave this as default if you don't know what this changes)

Expand Down

0 comments on commit 251ca97

Please sign in to comment.