You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run `cd build && ctest` to execute all tests and view the test run summary.
117
117
118
+
## CBMC
119
+
120
+
To learn more about CBMC and proofs specifically, review the training material [here](https://model-checking.github.io/cbmc-training).
121
+
122
+
The `test/cbmc/proofs` directory contains CBMC proofs.
123
+
124
+
In order to run these proofs you will need to install CBMC and other tools by following the instructions [here](https://model-checking.github.io/cbmc-training/installation.html).
125
+
118
126
## Reference examples
119
127
120
128
Please refer to the demos of the Cellular Interface library [here](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator) using FreeRTOS on the Windows simulator platform. These can be used as reference examples for the library API.
0 commit comments