Closed chinglee-iot closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f8ef5f6
) 93.64% compared to head (b8df01c
) 93.64%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Add SMP template port and example
Description
The SMP template port shares of the same template port for single core. The port macros and implementation differences are separated by compile option
configNUMBER_OF_CORES
. Sharing the same port template helps user to identify the port differences between single core and SMP. A sample configuration file for SMP with minimal configuration change is also provided. The example project with cmake is updated to consume the template port and sample configuration to provide compilable project.The configuration added for SMP is listed below
As single core template port, the port is expected to be used for:
Test Steps
To build the example project for SMP template port:
smp_example
should be generated in the build folder.Checklist:
I have tested my changes. No regression in existing tests.I have modified and/or added unit-tests to cover the code changes in this Pull Request.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.