Does any know off hand how stack overflow protection is handled out of the box on the RTOS SDK? Does the SDK already hook:
void vApplicationStackOverflowHook( TaskHandle_t xTask, signed char *pcTaskName );
Or are we (users) supposed to hook it ourselves?