Refined stack predicate, validated it and verified pxPortInitialiseStack impl from RP2040 port.

This commit is contained in:
Tobias Reinhard 2022-10-27 12:43:10 -04:00
parent b185c29a7b
commit 2b82220cec
5 changed files with 377 additions and 107 deletions

View file

@ -1371,6 +1371,7 @@ static void prvYieldForTask( TCB_t * pxTCB,
//@ close xLIST_ITEM(&pxNewTCB->xStateListItem, _, _, _, _);
//@ close xLIST_ITEM(&pxNewTCB->xEventListItem, _, _, _, _);
//@ close TCB_p(pxNewTCB, ((size_t) usStackDepth) * sizeof(StackType_t));
//@ assert(false);
}
else
{