README.md
1This is the memory safety proof for xSendEventToIPTask, a function used
2for sending different events to IP-Task. We have abstracted away queues.
3
4This proof is a work-in-progress. Proof assumptions are described in
5the harness. The proof also assumes the following functions are
6memory safe and have no side effects relevant to the memory safety of
7this function:
8
9* uxQueueMessagesWaiting
10* xQueueGenericSend
11
12The coverage is imperfect (97%) because xSendEventToIPTask always
13calls xSendEventStructToIPTask with xTimeout==0.
14