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:
Angelo Nakos 2022-07-25 16:52:10 -04:00 committed by GitHub
parent f062becb34
commit 8e881fe73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 24 deletions

View file

@ -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).