mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -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
2
tasks.c
2
tasks.c
|
|
@ -51,6 +51,8 @@
|
|||
#include "verifast_RP2040_axioms.h"
|
||||
#include "verifast_prelude_extended.h"
|
||||
#include "verifast_asm.h"
|
||||
|
||||
#include "snippets/rp2040_port_c_snippets.c"
|
||||
#endif
|
||||
|
||||
/* Lint e9021, e961 and e750 are suppressed as a MISRA exception justified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue