mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
Moved stack predicate and lemmas to separate header.
This commit is contained in:
parent
2bcdc31ff8
commit
e238d791ab
4 changed files with 239 additions and 221 deletions
1
tasks.c
1
tasks.c
|
|
@ -47,6 +47,7 @@
|
|||
*/
|
||||
#ifdef VERIFAST
|
||||
#include "verifast_proof_defs.h"
|
||||
#include "stack_predicates.h"
|
||||
#include "task_predicates.h"
|
||||
#include "verifast_RP2040_axioms.h"
|
||||
#include "verifast_prelude_extended.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue