forked from espressif/esp-idf
This commit updates how the TLS pointers deletion callbacks are called during task deletion in the FreeRTOS SMP kernel. The callbacks are now routed through the portCLEAN_UP_TCB() macro. This commit also adds a new kconfig option CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS to control the enablement of the TLSP deletion callbacks.