FreeRTOS-Kernel/verification/verifast/proof/single_core_proofs
Tobias Reinhard 2fd6bcc2d7 Updated predicate xLIST_ITEM to jeep up with breaking VF change.
VeriFast now ensures that no uninitialised values are read. `x |-> _` is interpreted as "uninitialised", `x |-> ?v` is interpreted as "initialised".
2022-11-22 07:14:21 -05:00
..
README.md Highlighted that reused list proofs assume single-core setting. 2022-11-18 13:46:43 -05:00
scp_common.h Added single-core list predicates and proofs. Most proofs are commented out for the moment. 2022-11-18 15:38:32 -05:00
scp_list_predicates.h Updated predicate xLIST_ITEM to jeep up with breaking VF change. 2022-11-22 07:14:21 -05:00

This directory contains proof artifacts written by Aalok Thakkar and Nathan Chong. See the following pull request: https://github.com/FreeRTOS/FreeRTOS/pull/836