uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hooks.c
Go to the documentation of this file.
1 #include <FreeRTOS.h>
2 #include <task.h>
3 #include "osdebug.h"
4 
6  DBGOUT("vConfigureTimerForRunTimeStats()\r\n");
7 }
8 
10 // DBGOUT("vApplicationTickHook()\r\n");
11 }
12 
13 void vApplicationStackOverflowHook(xTaskHandle *pxTask, signed portCHAR *pcTaskName) {
14  DBGOUT("vApplicationStackOverflowHook(%p, %s)\r\n", pxTask, pcTaskName);
15 }
16 
18 }