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 4a3f473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_system/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ menu "ESP System Settings"
config ESP_SYSTEM_SINGLE_CORE_MODE
bool "Only initialize first core."
default "y" if FREERTOS_UNICORE
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 4a3f473

Please sign in to comment.