mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56)
ParseDNSReply is to be added in the next PR.
This commit is contained in:
parent
40a31b6d35
commit
4db195c916
100 changed files with 3448 additions and 30 deletions
1
FreeRTOS/Test/CBMC/patches/patches_constants.py
Normal file → Executable file
1
FreeRTOS/Test/CBMC/patches/patches_constants.py
Normal file → Executable 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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue