Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56)

ParseDNSReply is to be added in the next PR.
This commit is contained in:
AniruddhaKanhere 2020-04-21 15:40:08 -07:00 committed by GitHub
parent 40a31b6d35
commit 4db195c916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 3448 additions and 30 deletions

1
FreeRTOS/Test/CBMC/patches/patches_constants.py Normal file → Executable file
View file

@ -38,4 +38,5 @@ absolute_prefix = os.path.abspath(os.path.join(PATCHES_DIR, *shared_prefix))
absolute_prefix_port = os.path.abspath(os.path.join(PATCHES_DIR, *shared_prefix_port))
HEADERS = [os.path.join(absolute_prefix, "FreeRTOSConfig.h"),
os.path.join(absolute_prefix, "FreeRTOSIPConfig.h"),
os.path.join(absolute_prefix_port, "portmacro.h")]