mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04: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.