FreeRTOS-Kernel/FreeRTOS-Plus/Test/CBMC/proofs
Aniruddha Kanhere 66371d0cf0
Add CBMC proof for prvProcessEthernetPacket (#199)
* Add proof

* Remove and Rename files

* Modify the makefile

* Update Makefile.json

* Add _static to FreeRTOS_IP.c

* Update prvProcessEthernetPacket_harness.c

* Update the proof and add list to stubs

* add assertions

* Update the proof

* cleanup

* Update

* Update after @yanjos-dev's comment

* Remove unnecessary assumption
2020-08-27 16:25:17 -07:00
..
ARP CBMC proof for ulARPRemoveCacheEntryByMac (#198) 2020-08-24 16:46:50 -07:00
CBMCStubLibrary Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
CheckOptions Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
CheckOptionsInner Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
CheckOptionsOuter Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
DHCP Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
DNS Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
IP/SendEventToIPTask Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ParseDNSReply Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
parsing Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ProcessDHCPReplies Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
prvProcessEthernetPacket Add CBMC proof for prvProcessEthernetPacket (#199) 2020-08-27 16:25:17 -07:00
ReadNameField Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
SkipNameField Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
Socket/vSocketBind CBMC: Add proof for vSocketBind (#202) 2020-08-24 11:35:48 -07:00
TCP Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
UDP/vProcessGeneratedUDPPacket CBMC proof for vProcessGeneratedUDPPacket (#203) 2020-08-24 17:06:31 -07:00
utility Add CBMC proof for prvProcessEthernetPacket (#199) 2020-08-27 16:25:17 -07:00
.gitignore Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
CMakeLists.txt Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_cbmc_batch_files.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_common_makefile.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_configuration_directories.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_proof_makefiles.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_remove_makefiles.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
make_type_header_files.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
Makefile.template Sync with a:FR (#75) 2020-05-28 10:11:58 -07:00
MakefileCommon.json Remove dependency of CBMC on Patches (#181) 2020-08-01 16:38:23 -07:00
MakefileLinux.json Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
MakefileWindows.json Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ninja.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
prepare.py Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
README.md Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00

This directory contains the proofs checked by CBMC. For each entry point of FreeRTOS tested, there is a directory that contains the test harness and cbmc configuration information needed to check the proof.