]> begriffs open source - freertos/commit
Implement prvYieldCore with macro (#785)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Wed, 4 Oct 2023 11:33:28 +0000 (19:33 +0800)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 11:33:28 +0000 (19:33 +0800)
commit30e13dac2bd97b7c1429cdead03406d94a83a042
tree2caf4e7a27b1565e27e79bd91f945fa357ffaad6
parent830533d49e70806b4f46dade245c2f05f0c06b0f
Implement prvYieldCore with macro (#785)

* Implement prvYieldCore with macro for performance and memory
* Remove the portCHECK_IF_IN_ISR macro check. It is not required in SMP
  now

Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
include/FreeRTOS.h
tasks.c