mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
The TLSP deletion callback feature is not compatible with the CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP option. However, the "freertos_options" unit test configuration will enable that option. This commit disables all CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP related features when compiling with SMP FreeRTOS.