]> begriffs open source - freertos/commit
Add option to set the core affinity for the Timer Svc Task on SMP systems (#805)
authorSudeep Mohanty <91244425+sudeep-mohanty@users.noreply.github.com>
Mon, 16 Oct 2023 07:08:55 +0000 (09:08 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 07:08:55 +0000 (12:38 +0530)
commit631ae9e6e4828cf5c7d58bb7ac78a64fc309bcb7
tree3fe5a639de5c96c3bc98314582e811d980953272
parent1b2b0904cebfde89ac70446d4c16ac2d14a4d0b6
Add option to set the core affinity for the Timer Svc Task on SMP systems (#805)

This PR introduces the configTIMER_SERVICE_TASK_CORE_AFFINITY option
which allows the system to configure the core affinity of the Timer
Service Task on an SMP system. The default affinity of the Timer Service
Task is set to tskNO_AFFINITY which is the current behavior on SMP
systems.

Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
timers.c