mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 08:05:15 -05:00
Added snippet from RP2040 port.c to verification code base to allow verification of contract from portable.h
This commit is contained in:
parent
8bb4f13ae5
commit
b5f0b2f74d
7 changed files with 268 additions and 126 deletions
|
|
@ -41,7 +41,6 @@ predicate TCB_p(TCB_t * tcb, int stackSize) =
|
|||
// We assume that the macro `configTASK_NOTIFICATION_ARRAY_ENTRIES`
|
||||
// evaluates to 1.
|
||||
integers__(tcb->ulNotifiedValue, 4, false, 1, _) &*&
|
||||
|
||||
uchars_(tcb->ucNotifyState, 1, _) &*&
|
||||
|
||||
tcb->ucDelayAborted |-> _;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue