freertos-smp: Made CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID available only for IDF-FreeRTOS

Since core affinity is supported in task stats by default in Amazon
FreeRTOS SMP, the Kconfig option
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID is now made only available for
IDF-FreeRTOS.
This commit is contained in:
Sudeep Mohanty
2022-11-28 12:09:56 +05:30
parent 766dc3eead
commit d451a7539d

View File

@@ -217,9 +217,9 @@ menu "FreeRTOS"
configUSE_STATS_FORMATTING_FUNCTIONS documentation for more details). configUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).
config FREERTOS_VTASKLIST_INCLUDE_COREID config FREERTOS_VTASKLIST_INCLUDE_COREID
# Todo: Remove this once core affinity in stats is supported in SMP FreeRTOS (IDF-4986) # Core affinity is supported in stats for Amazon FreeRTOS SMP by default
bool "Enable display of xCoreID in vTaskList" bool "Enable display of xCoreID in vTaskList"
depends on FREERTOS_USE_STATS_FORMATTING_FUNCTIONS depends on !FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
default n default n
help help
If enabled, this will include an extra column when vTaskList is called to display the CoreID the task If enabled, this will include an extra column when vTaskList is called to display the CoreID the task