FreeRTOS-Kernel/.github/workflows
chinglee-iot 0f9e6e5b52
Remove prvSelectHighestPriorityTask call in vTaskSuspend (#610)
* Remove prvSelectHighestPriorityTask call in vTaskSuspend

* Every core starts with an idle task in SMP implementation and
  taskTASK_IS_RUNNING only return ture when the task is idle task before
  scheduler started. So prvSelectHighestPriorityTask won't be called in
  vTaskSuspend before scheduler started.
* Update prvSelectHighestPriorityTask to ensure that this function is
  called only when scheduler started.

* Fix kernel checker error
2023-01-24 13:55:36 +05:30
..
auto-release.yml Update python version to 3.7.10 (#265) 2021-02-18 18:48:11 -08:00
ci.yml Moved git-secrets check to a different workflow (#271) 2021-03-05 14:00:57 -08:00
git-secrets.yml Moved git-secrets check to a different workflow (#271) 2021-03-05 14:00:57 -08:00
kernel-checks.yml Remove prvSelectHighestPriorityTask call in vTaskSuspend (#610) 2023-01-24 13:55:36 +05:30
unit-tests.yml Run CMock unit tests on each pull request with a github action. (#279) 2021-03-16 18:31:37 -07:00