Merge branch 'fix/gdbstub_enables_freertos_task_wrapper_v5.2' into 'release/v5.2'

fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option (v5.2)

See merge request espressif/esp-idf!29681
This commit is contained in:
Mahavir Jain 2024-03-18 11:11:39 +08:00
commit a2e56227cc

View File

@ -300,7 +300,9 @@ menu "FreeRTOS"
config FREERTOS_TASK_FUNCTION_WRAPPER config FREERTOS_TASK_FUNCTION_WRAPPER
bool "Wrap task functions" bool "Wrap task functions"
depends on COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED #TODO: Check if FreeRTOS Task Wrapper must depend on GDBStub (IDF-9505)
depends on COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE \
|| ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME
default y default y
help help
If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function