]> begriffs open source - freertos/commit
Add vApplicationGetPassiveIdleTaskMemory for SMP (#890)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Thu, 16 Nov 2023 01:04:05 +0000 (09:04 +0800)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 01:04:05 +0000 (09:04 +0800)
commitdc09a3dd5144c4033607565c71b9919900f95cff
tree927cef11f0344f68e2fed1f95563f3652849e452
parentad13a1f8dfeb444dd8a8af52c00814954900dfca
Add vApplicationGetPassiveIdleTaskMemory for SMP (#890)

* Update vApplicationGetIdleTaskMemory prototype for SMP. Now SMP and
  single core use the same prototype for compatibility.
* Add vApplicationGetPassiveIdleTaskMemory for SMP to get passive idle
  task memory.
include/task.h
tasks.c