Skip to content

Commit

Permalink
Merge branch 'fix/gdbstub_enables_freertos_task_wrapper' into 'master'
Browse files Browse the repository at this point in the history
fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option

See merge request espressif/esp-idf!29609
  • Loading branch information
sudeep-mohanty committed Mar 15, 2024
2 parents 3cd174a + abd3a39 commit b15cfab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/freertos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ menu "FreeRTOS"

config FREERTOS_TASK_FUNCTION_WRAPPER
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
help
If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function
Expand Down

0 comments on commit b15cfab

Please sign in to comment.