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
* Adjust proof tooling to support CBMC v6
With CBMC v6, unwinding assertions as well as other checks are enabled
by default.
* Fix CBMC issues
* Fix spelling & formatting
* Fix build-check
* Add unit test cases for FreeRTOS_multiply_int32 and FreeRTOS_add_int32
* Tony's comment
* Bump CBMC version to very latest release
* Replace Synopsys link with blackduck one to solve link error.
* Move the comment to the right place
---------
Co-authored-by: Tony Josi <[email protected]>
Co-authored-by: ActoryOu <[email protected]>
Co-authored-by: ActoryOu <[email protected]>
Copy file name to clipboardExpand all lines: test/Coverity/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ see the [MISRA.md](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/MISRA
13
13
14
14
## Getting Started
15
15
### Prerequisites
16
-
You can run this on a platform supported by Coverity. The list and other details can be found [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compatible-platforms.html).
16
+
You can run this on a platform supported by Coverity. The list and other details can be found [here](https://documentation.blackduck.com/bundle/coverity-docs/page/deploy-install-guide/topics/supported_platforms_for_coverity_analysis.html).
17
17
To compile and run the Coverity target successfully, you must have the following:
18
18
19
19
1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`)
0 commit comments