mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-14 15:45:09 -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
|
|
@ -128,6 +128,8 @@
|
|||
StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
|
||||
TaskFunction_t pxCode,
|
||||
void * pvParameters ) PRIVILEGED_FUNCTION;
|
||||
//@ requires true;
|
||||
//@ ensures true;
|
||||
#endif
|
||||
#endif /* if ( portUSING_MPU_WRAPPERS == 1 ) */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue