FreeRTOS: Stack overflow checking mechanism missing.
Hello,According to https://www.freertos.org/Stacks-and-stack-overflow-checking.html, i.e. the FreeRTOS reference, one needs to set configCHECK_FOR_STACK_OVERFLOW to 1 or 2 in order to activate stack overflow checking. In case of a stack overflow Free...