mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bc310e088b
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.