Closed chinglee-iot closed 10 months ago
Fix get idle task memory for SMP
SMP update the prototype for vApplicationGetPassiveIdleTaskMemory with the following
void vApplicationGetPassiveIdleTaskMemory ( StaticTask_t ** ppxIdleTaskTCBBuffer, StackType_t ** ppxIdleTaskStackBuffer, uint32_t * pulIdleTaskStackSize, BaseType_t xPassiveIdleTaskIndex)
vApplicationGetPassiveIdleTaskMemory
configKERNEL_PROVIDED_STATIC_MEMORY
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Fix get idle task memory for SMP
Description
SMP update the prototype for vApplicationGetPassiveIdleTaskMemory with the following
In this PR
vApplicationGetPassiveIdleTaskMemory
for SMPconfigKERNEL_PROVIDED_STATIC_MEMORY
in the implementation.Test Steps
N/A
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.