* Add support for retrieving a task's uxCoreAffinityMask with the vTaskGetInfo() API
This commit adds support for retrieving the task's core affinity mask
when SMP is used for more than 1 cores and configUSE_CORE_AFFINITY is
enabled.
Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
* Apply suggestions from code review
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>