mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
* Use new version of CI-CD Actions, checkout@v3 instead of checkout@v2 on all jobs * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Add in bot formatting action * Update freertos_demo.yml and freertos_plus_demo.yml files to increase github log readability * Add in a Qemu demo onto the workflows. |
||
|---|---|---|
| .. | ||
| .gitattributes | ||
| .gitignore | ||
| 0005-remove-static-from-prvCopyDataToQueue.patch | ||
| 0005-Remove-volatile-qualifier-from-tasks-variables.patch | ||
| 0006-Remove-static-from-prvNotifyQueueSetContainer.patch | ||
| 0007-Remove-static-from-prvUnlockQueue.patch | ||
| 0008-Fix-preemption-macro-for-queueYIELD_IF_USING_PREEMPT.patch | ||
| __init__.py | ||
| compute_patch.py | ||
| FreeRTOSConfig.h | ||
| FreeRTOSIPConfig.h | ||
| Makefile | ||
| patch.py | ||
| patches_constants.py | ||
| README.md | ||
| unpatch.py | ||
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.