mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
* Created a generic portmacro.h file in the CBMC include folder instead of using the default MSVC-MingW one. This allows each proof to define the portmacro constants it needs and cover all code in the Task Scheduler * Removed the license text from the portmacro file * Fix CI checks Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix spell check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> |
||
---|---|---|
.. | ||
CBMCStubLibrary | ||
Queue | ||
Task | ||
utility | ||
.gitignore | ||
CMakeLists.txt | ||
make_cbmc_batch_files.py | ||
make_common_makefile.py | ||
make_configuration_directories.py | ||
make_proof_makefiles.py | ||
make_remove_makefiles.py | ||
make_type_header_files.py | ||
Makefile.template | ||
MakefileCommon.json | ||
MakefileLinux.json | ||
MakefileWindows.json | ||
ninja.py | ||
prepare.py | ||
README.md | ||
run-cbmc-proofs.py |
This directory contains the proofs checked by CBMC. For each entry point of FreeRTOS tested, there is a directory that contains the test harness and cbmc configuration information needed to check the proof.