FreeRTOS-Kernel/.github
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
..
actions Check: improve verbosity of url verifier (#260) 2021-02-10 16:04:08 -08:00
ISSUE_TEMPLATE Update issue templates 2021-02-10 15:27:16 -08:00
scripts Remove ThirdParty from core checker in smp branch (#512) 2022-06-24 17:22:15 +05:30
workflows Remove prvSelectHighestPriorityTask call in vTaskSuspend (#610) 2023-01-24 13:55:36 +05:30
CODEOWNERS Added CODEOWNERS file (#209) 2020-10-26 13:24:55 -07:00
CONTRIBUTING.md Feature: SMP (#278) 2021-03-15 17:29:08 -07:00
lexicon.txt converted exclusion to affinity 2021-05-13 17:20:41 -07:00
pull_request_template.md Create pull_request_template.md 2020-03-17 13:11:11 -07:00
SECURITY.md Feature: SMP (#278) 2021-03-15 17:29:08 -07:00