diff options
Diffstat (limited to 'FreeRTOS/Test/CBMC/proofs/Queue/QueueGetMutexHolderFromISR/README.md')
-rw-r--r-- | FreeRTOS/Test/CBMC/proofs/Queue/QueueGetMutexHolderFromISR/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FreeRTOS/Test/CBMC/proofs/Queue/QueueGetMutexHolderFromISR/README.md b/FreeRTOS/Test/CBMC/proofs/Queue/QueueGetMutexHolderFromISR/README.md new file mode 100644 index 000000000..629ea7336 --- /dev/null +++ b/FreeRTOS/Test/CBMC/proofs/Queue/QueueGetMutexHolderFromISR/README.md @@ -0,0 +1,5 @@ +Assuming that xSemaphore is a pointer to an allocated Queue_t instance, +this harness proves the memory safety of QueueGetMutexHolderFromISR. + +This proof is a work-in-progress. Proof assumptions are described in +the harness. |