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
..
2021-02-10 15:27:16 -08:00
2020-10-26 13:24:55 -07:00
2021-03-15 17:29:08 -07:00
2021-05-13 17:20:41 -07:00
2021-03-15 17:29:08 -07:00