mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Remove litani submodule and update README to include a section on CBMC (#829)
* Remove Litani submodule * Update README to include section on CBMC * Update litani references in Python run script
This commit is contained in:
parent
f062becb34
commit
8e881fe73c
4 changed files with 22 additions and 24 deletions
|
|
@ -62,3 +62,10 @@ The [FreeRTOS/coreMQTT-Agent-Demos](https://github.com/FreeRTOS/coreMQTT-Agent-D
|
|||
|
||||
The demos show a single MQTT connection usage between multiple application tasks for interacting with AWS services (including [Over-the-air-Updates](https://docs.aws.amazon.com/freertos/latest/userguide/freertos-ota-dev.html), [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html),
|
||||
[Device Defender](https://docs.aws.amazon.com/iot/latest/developerguide/device-defender.html)) alongside performing simple Publish-Subscribe operations.
|
||||
## CBMC
|
||||
|
||||
The `FreeRTOS/Test/CBMC/proofs` directory contains CBMC proofs.
|
||||
|
||||
To learn more about CBMC and proofs specifically, review the training material [here](https://model-checking.github.io/cbmc-training).
|
||||
|
||||
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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue