FreeRTOS-Kernel/FreeRTOS/Test/CBMC/patches
2021-05-17 09:42:53 -07:00
..
.gitattributes Copying CBMC proofs from aws/amazon-freertos repo ./tools/cbmc to this repo ./FreeRTOS/Test/CBMC as is. 2020-03-31 14:21:53 -07:00
.gitignore Copying CBMC proofs from aws/amazon-freertos repo ./tools/cbmc to this repo ./FreeRTOS/Test/CBMC as is. 2020-03-31 14:21:53 -07:00
0005-remove-static-from-prvCopyDataToQueue.patch Fix CBMC patches. (#471) 2020-12-12 21:00:03 -08:00
0005-Remove-volatile-qualifier-from-tasks-variables.patch Update Tasks.c CBMC Proofs to Latest Code (#547) 2021-04-02 14:17:26 -07:00
0006-Remove-static-from-prvNotifyQueueSetContainer.patch Move forward Kernel submodule pointer (#218) 2020-08-26 23:50:09 -07:00
0007-Remove-static-from-prvUnlockQueue.patch Copying CBMC proofs from aws/amazon-freertos repo ./tools/cbmc to this repo ./FreeRTOS/Test/CBMC as is. 2020-03-31 14:21:53 -07:00
0009-Remove-overflow-asserts-from-xQueueGenericCreate.patch Re-add missing license files caused by PR #471 and fix patches (#477) 2020-12-14 17:35:36 -08:00
__init__.py Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
compute_patch.py Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
FreeRTOSConfig.h Clean up commits. (#596) 2021-05-17 09:42:53 -07:00
FreeRTOSIPConfig.h Merge FreeRTOS 202104.00 to main (#585) 2021-04-29 14:53:40 -07:00
Makefile Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
patch.py Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
patches_constants.py Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
README.md Copying CBMC proofs from aws/amazon-freertos repo ./tools/cbmc to this repo ./FreeRTOS/Test/CBMC as is. 2020-03-31 14:21:53 -07:00
unpatch.py Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00

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.