mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-06 21:24:28 +00:00
* move CBMC proofs to FreeRTOS+ directory * Failing proofs corrected * ParseDNSReply proof added back * removed queue_init.h from -Plus/Test Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"ENTRY": "ARPProcessPacket",
|
|
"CBMCFLAGS":
|
|
[
|
|
"--unwind 1",
|
|
"--unwindset vARPRefreshCacheEntry.0:7,memcmp.0:17",
|
|
"--nondet-static"
|
|
],
|
|
"OBJS":
|
|
[
|
|
"$(ENTRY)_harness.goto",
|
|
"$(FREERTOS)/../FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/FreeRTOS_ARP.goto"
|
|
],
|
|
"DEF":
|
|
[
|
|
{"disableClashDetection": ["ipconfigARP_USE_CLASH_DETECTION=0"]},
|
|
{"enableClashDetection": ["ipconfigARP_USE_CLASH_DETECTION=1"]}
|
|
]
|
|
}
|