mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 06:26:49 +00:00

* The function was based on an outdated IDF/FreeRTOS combination which didn't always require zero-ing the TCB. This has been changed in the current IDF/FreeRTOS combination, leading to crashes. Unconditionally zero-ing the TCB fixes this problem.