]> begriffs open source - freertos/commit
Add coverity example (#870)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Thu, 7 Dec 2023 19:24:20 +0000 (03:24 +0800)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 19:24:20 +0000 (00:54 +0530)
commit5dbfd380f0e9cca8dddd9ddddbe0c750af460ff5
tree066cc3afa602e0433c5b9bf66d9a9ded01c9c67a
parentac7fc396a0f26ce7bf9d7dc93fdd4c8095571314
Add coverity example (#870)

* Add coverity example

* Update for CI

* Fix for CI 2

* Update kernel_misra.config

* Rename coverity example to coverity

* Update FreeRTOSConfig.h for coverity project

* Update MISRA.md

* Move coverity config to coverity_misra.config

* Update coverity misra config

* Add README.md file

* Update FreeRTOSConfig.h for coverity

* Fix uncrustify and spell

* Update README.md for relative link path

Update README.md for relative link path

* Update README.md for relative link 2

* Update MISRA.md for relateive path

* Fix for format

* Update coverity_misra.config

* Update configuration folder

* Update README.md for link

* Code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-245.ap-northeast-1.compute.internal>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
.github/scripts/kernel_checker.py
MISRA.md
examples/cmake_example/main.c
examples/coverity/CMakeLists.txt [new file with mode: 0644]
examples/coverity/FreeRTOSConfig.h [new file with mode: 0644]
examples/coverity/README.md [new file with mode: 0644]
examples/coverity/coverity_misra.config [new file with mode: 0644]