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.
* Delete 0002-Change-FreeRTOS_IP_Private.h-union-to-struct.patch * Delete 0002-Change-FreeRTOS_IP_Private.h-union-to-struct.patch |
5 years ago | |
---|---|---|
.. | ||
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
0005-Remove-volatile-qualifier-from-tasks-variables.patch | 5 years ago | |
0005-remove-static-from-prvCopyDataToQueue.patch | 5 years ago | |
0006-Remove-static-from-prvNotifyQueueSetContainer.patch | 5 years ago | |
0007-Remove-static-from-prvUnlockQueue.patch | 5 years ago | |
FreeRTOSConfig.h | 5 years ago | |
FreeRTOSIPConfig.h | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
__init__.py | 5 years ago | |
compute_patch.py | 5 years ago | |
patch.py | 5 years ago | |
patches_constants.py | 5 years ago | |
unpatch.py | 5 years ago |
README.md
This directory includes patches to FreeRTOS required to run the CBMC proofs.
The patches fall into three classes:
- First is a refactoring of prvCheckOptions
- Second is the removal of static attributes from some functions
- Third is two patches dealing with shortcomings of CBMC that should be removed soon.