Skip to content
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

Not yield for running task in prvYieldForTask #72

Conversation

chinglee-iot
Copy link
Owner

@chinglee-iot chinglee-iot commented Apr 11, 2023

Not yield for running task in prvYieldForTask

Description

One of the scenario is that vTaskPrioritySet( runningTask, highPriority );
Other running tasks should not be altered.

Test Steps

Before this PR merged, the test cases added in this PR joshzarr/FreeRTOS#11 fails.

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.

* Raise priority of a running task should not alter other cores
@aggarg aggarg merged commit 28387df into smp-dev-complete-merge-candidate-history Apr 18, 2023
@aggarg aggarg deleted the fix-prvYieldForTask-yield-for-running-task branch April 18, 2023 20:32
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.

2 participants