]> begriffs open source - cmsis-freertos/blob - Test/CBMC/proofs/Queue/prvCopyDataToQueue/README.md
Merge branch 'develop'
[cmsis-freertos] / Test / CBMC / proofs / Queue / prvCopyDataToQueue / README.md
1 This harness proves the memory safety of the prvNotifyQueuSetContainer method.
2 It assumes that the queue is initalized to a valid datastructure.
3 The concurrency functions are abstracted away.
4
5 This proof is a work-in-progress.  Proof assumptions are described in
6 the harness.  The proof also assumes the following functions are
7 memory safe and have no side effects relevant to the memory safety of
8 this function:
9
10 * vPortEnterCritical
11 * vPortExitCritical
12 * xTaskPriorityDisinherit