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.71k stars 1.11k forks source link

Adding SMP coverity example #1039

Closed chinglee-iot closed 5 months ago

chinglee-iot commented 5 months ago

Adding SMP coverity example

Description

In this PR:

Test Steps

Run coverity 2023.6.1 with the following command should shows no violations. Single core

cmake -B build -S examples/coverity

SMP

cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1

Checklist:

Related Issue

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 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud