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

Add CodeSonar example directory #1071

Closed markhermeling closed 4 weeks ago

markhermeling commented 1 month ago

As #1070 this PR adds the CodeSonar directory in the examples directory.

Description

Added examples/codesonar

Test Steps

Run the codesonar build. Needs access to CodeSonar, the author is able to provide access to interested parties

Checklist:

Related Issue

1070

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

aggarg commented 1 month ago

Thank you for your contribution!. Would you please keep this example in a separate repository and share the link with us. We will add the link in our README so that the users who want to run CodeSonar on FreeRTOS codebase can easily do so.

markhermeling commented 1 month ago

Certainly. I would prefer it gets included, but a link is a good second option.

You can link to: https://github.com/CodeSecure-SE/FreeRTOS-Kernel

aggarg commented 4 weeks ago

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

I will close this PR. Thank you for your contribution!