mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 06:35:19 -05:00
Verified macro taskCHECK_FOR_STACK_OVERFLOW.
This commit is contained in:
parent
2f0b8bc82f
commit
d3bda01f16
5 changed files with 81 additions and 8 deletions
|
|
@ -1863,6 +1863,12 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark2( TaskHandle_t xTask ) PRIVIL
|
|||
*/
|
||||
void vApplicationStackOverflowHook( TaskHandle_t xTask,
|
||||
char * pcTaskName );
|
||||
/*@ requires prvTCB_p(xTask, ?ulFreeBytesOnStack) &*&
|
||||
pubTCB_p(xTask, ?uxCriticalNesting);
|
||||
@*/
|
||||
/*@ ensures prvTCB_p(xTask, ulFreeBytesOnStack) &*&
|
||||
pubTCB_p(xTask, uxCriticalNesting);
|
||||
@*/
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue