• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

__pycache__/18-Mar-2025-

.gitattributesD18-Mar-202579 32

.gitignoreD18-Mar-202520 32

FreeRTOSConfig.hD18-Mar-202510.9 KiB235109

FreeRTOSIPConfig.hD18-Mar-202516.7 KiB33284

MakefileD18-Mar-2025611 2514

README.mdD18-Mar-2025309 65

__init__.pyD18-Mar-20250 10

compute_patch.pyD18-Mar-20259.3 KiB242171

patch.pyD18-Mar-20251 KiB3727

patches_constants.pyD18-Mar-20251.7 KiB4313

unpatch.pyD18-Mar-20251.8 KiB4316

README.md

1This directory includes patches to FreeRTOS required to run the CBMC proofs.
2
3The patches fall into three classes:
4* First is a refactoring of prvCheckOptions
5* Second is the removal of static attributes from some functions
6* Third is two patches dealing with shortcomings of CBMC that should be removed soon.