mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
This commit updates the dependency for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER to be dependent explicitly on CONFIG_ESP_SYSTEM_PANIC_GDBSTUB or CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME instead of CONFIG_ESP_GDBSTUB_ENABLED which caused FreeRTOS Task Function Wrappers to be enabled even if the esp_gdbstub component was part of the build.