FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.51k stars 1.05k forks source link

[Feature Request] Add CodeSonar example to the repository #1070

Closed markhermeling closed 3 weeks ago

markhermeling commented 1 month ago

CodeSonar (https://codesecure.com/our-products/codesonar/) is a popular Static Application Security Testing tool for embedded development. Much like Coverity it is able to check a codebase for MISRA violations as well as deeper seated bugs related to undefined behavior, memory issues and such.

It would be useful for FreeRTOS users to be able to out of the box use CodeSonar to check for MISRA violations. CodeSecure is also happy to provide CodeSonar to the open source project to run testing or pipelines on MISRA on merges.

This feature request will be followed up with a pull request with the appropriate artefacts. No code changes are required, it is an additional directory under 'examples'

kar-rahul-aws commented 3 weeks ago

We have linked Code Sonar here - https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/.github/third_party_tools.md.