You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/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
5 years ago
..
ARP CBMC proof for ulARPRemoveCacheEntryByMac (#198) 5 years ago
CBMCStubLibrary Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
CheckOptions Sync with a:FR (#75) 5 years ago
CheckOptionsInner Sync with a:FR (#75) 5 years ago
CheckOptionsOuter Sync with a:FR (#75) 5 years ago
DHCP Sync with a:FR (#75) 5 years ago
DNS Sync with a:FR (#75) 5 years ago
IP/SendEventToIPTask Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
ParseDNSReply Sync with a:FR (#75) 5 years ago
ProcessDHCPReplies Sync with a:FR (#75) 5 years ago
ReadNameField Sync with a:FR (#75) 5 years ago
SkipNameField Sync with a:FR (#75) 5 years ago
Socket/vSocketBind CBMC: Add proof for vSocketBind (#202) 5 years ago
TCP Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
UDP/vProcessGeneratedUDPPacket CBMC proof for vProcessGeneratedUDPPacket (#203) 5 years ago
parsing Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
prvProcessEthernetPacket Add CBMC proof for prvProcessEthernetPacket (#199) 5 years ago
utility Add CBMC proof for prvProcessEthernetPacket (#199) 5 years ago
.gitignore Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
CMakeLists.txt Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
Makefile.template Sync with a:FR (#75) 5 years ago
MakefileCommon.json Remove dependency of CBMC on Patches (#181) 5 years ago
MakefileLinux.json Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
MakefileWindows.json Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
README.md Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_cbmc_batch_files.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_common_makefile.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_configuration_directories.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_proof_makefiles.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_remove_makefiles.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
make_type_header_files.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
ninja.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago
prepare.py Move CBMC proofs to FreeRTOS+ directory (#64) 5 years ago

README.md

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.