mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
freertos-smp: enable FreeRTOS SMP for all targets
This commit enables FreeRTOS SMP for esp32s2, esp32s3, esp32c2 and esp32h2.
This commit is contained in:
@@ -5,7 +5,6 @@ menu "FreeRTOS"
|
|||||||
|
|
||||||
config FREERTOS_SMP
|
config FREERTOS_SMP
|
||||||
bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
|
bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
|
||||||
depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32C3
|
|
||||||
default "n"
|
default "n"
|
||||||
help
|
help
|
||||||
This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.
|
This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.
|
||||||
|
Reference in New Issue
Block a user