Skip to content

Assign idle task to each core before the SMP scheduler start #945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

chinglee-iot
Copy link
Member

@chinglee-iot chinglee-iot commented Jan 5, 2024

Description

All the cores start with idle tasks before the SMP scheduler is running.

In this PR:

  • Assign idle task to each core when they are created in prvCreateIdleTasks().

Test Steps

N/A

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.

@chinglee-iot chinglee-iot requested a review from a team as a code owner January 5, 2024 07:59
@chinglee-iot chinglee-iot reopened this Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (460e953) 93.43% compared to head (701289d) 93.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
- Coverage   93.43%   93.42%   -0.01%     
==========================================
  Files           6        6              
  Lines        3199     3195       -4     
  Branches      890      887       -3     
==========================================
- Hits         2989     2985       -4     
  Misses        103      103              
  Partials      107      107              
Flag Coverage Δ
unittests 93.42% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

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

See analysis details on SonarCloud

@chinglee-iot chinglee-iot merged commit 94cb87a into FreeRTOS:main Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants