]> begriffs open source - freertos/commit
Update SMP get idle task memory for static allocation (#784)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Thu, 12 Oct 2023 02:41:16 +0000 (10:41 +0800)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 02:41:16 +0000 (10:41 +0800)
commit4bfb9b2d707304917f35fd5e7dcf692abb3d0cb2
tree0a2f14f00cfdc79d87982328d2596739c353cbc0
parent92a4d175e6f6273ac6ec6af8a2bd0310ac098f05
Update SMP get idle task memory for static allocation (#784)

* Add static idle task memory support for SMP
* Rename vApplicationMinimalIdleTask to vApplicationPassiveIdleTask
* Rename the macro configUSE_MINIMAL_IDLE_HOOK to configUSE_PASSIVE_IDLE_HOOK
* Update xTaskGetIdleTaskHandle for SMP
* Add more check in xTaskGetIdleTaskHandle
* Support configKERNEL_PROVIDED_STATIC_MEMORY for SMP

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
include/FreeRTOS.h
include/task.h
tasks.c