forked from espressif/esp-idf
freertos: Have ESP32S2-Beta target select FREERTOS_UNICORE directly
This commit is contained in:
committed by
Angus Gratton
parent
685c9cc867
commit
2085845c80
1
Kconfig
1
Kconfig
@@ -38,6 +38,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
bool
|
bool
|
||||||
default "y" if IDF_TARGET="esp32s2beta"
|
default "y" if IDF_TARGET="esp32s2beta"
|
||||||
default "n"
|
default "n"
|
||||||
|
select FREERTOS_UNICORE
|
||||||
|
|
||||||
menu "SDK tool configuration"
|
menu "SDK tool configuration"
|
||||||
config SDK_TOOLPREFIX
|
config SDK_TOOLPREFIX
|
||||||
|
@@ -1,12 +1,5 @@
|
|||||||
menu "FreeRTOS"
|
menu "FreeRTOS"
|
||||||
|
|
||||||
config FREERTOS_SINGLE_CORE_ONLY
|
|
||||||
# invisible config item to always select FREERTOS_UNICORE on single core IDF_TARGET
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
depends on IDF_TARGET_ESP32S2BETA
|
|
||||||
select FREERTOS_UNICORE
|
|
||||||
|
|
||||||
config FREERTOS_UNICORE
|
config FREERTOS_UNICORE
|
||||||
# This config variable is also checked in the ESP32 startup code, not only in FreeRTOS.
|
# This config variable is also checked in the ESP32 startup code, not only in FreeRTOS.
|
||||||
bool "Run FreeRTOS only on first core"
|
bool "Run FreeRTOS only on first core"
|
||||||
|
Reference in New Issue
Block a user