mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-14 15:45:09 -05:00
Made config macros from FreeRTOSConfig.h available to VeriFast proof.
This commit is contained in:
parent
8897e3fe6e
commit
06d2611aa9
5 changed files with 244 additions and 199 deletions
|
|
@ -39,6 +39,9 @@ rewrite "__attribute__( ( [_a-z]* ) )" ""
|
|||
echo "Removing const qualifiers from pointers"
|
||||
rewrite "* const" "*"
|
||||
|
||||
echo "Uncomment special includes to allow VeriFast proofs to refer to config macros"
|
||||
rewrite "//VF_include #include" "#include"
|
||||
|
||||
#echo "VF RW: 'long unsigned int' -> 'unsinged long int'"
|
||||
#echo "backup : $VF_RW_WD/$SOURCE_FILE.backup-$BACKUP_IDX"
|
||||
#echo backup index $BACKUP_IDX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue