df6adbd5bf
This commit backports vTaskDelete() behavior from FreeRTOS v9.0.0 which allows for the immediate freeing of task memory if the task being deleted is not currently running and not pinned to the other core. This commit also fixes a bug in prvCheckTasksWaitingTermination which prevented the Idle Task from cleaning up all tasks awaiting deletion. Each iteration of the Idle Task should traverse the xTasksWaitingTermination list and clean up all tasks not pinned to the other core. The previous implementation would cause prvCheckTasksWaitingTermination to return when encountering a task pinned to the other core whilst traversing the xTasksWaitingTermination list. The test case for vTaskDelete() has been updated to test for the bugfix and backported deletion behavior. |
||
---|---|---|
.. | ||
jtag-debugging | ||
app_trace.rst | ||
build-system.rst | ||
console.rst | ||
core_dump.rst | ||
deep-sleep-stub.rst | ||
external-ram.rst | ||
freertos-smp.rst | ||
general-notes.rst | ||
hlinterrupts.rst | ||
index.rst | ||
partition-tables.rst | ||
romconsole.rst | ||
SYSVIEW_FreeRTOS.txt | ||
ulp.rst | ||
ulp_instruction_set.rst | ||
ulp_macros.rst | ||
unit-tests.rst | ||
wifi.rst |