FreeRTOS / FreeRTOS-Kernel-Partner-Supported-Ports

Other
9 stars 14 forks source link

Update the vApplicationGetPassiveIdleTaskMemory for SMP #10

Closed chinglee-iot closed 10 months ago

chinglee-iot commented 11 months ago

Fix get idle task memory for SMP

Description

SMP update the prototype for vApplicationGetPassiveIdleTaskMemory with the following

void vApplicationGetPassiveIdleTaskMemory ( StaticTask_t ** ppxIdleTaskTCBBuffer,
                                    StackType_t ** ppxIdleTaskStackBuffer,
                                    uint32_t * pulIdleTaskStackSize,
                                    BaseType_t xPassiveIdleTaskIndex)

In this PR

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.