mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-07 22:04:40 +02:00
Reduce the number of xTaskCreateStatic() parameters by having the function return the task handle, rather than pass the task handle out using a parameter. This is also consistent with other objectCreate() functions.
This directory contains the implementation of the "common demo tasks". These are test tasks and demo tasks that are used by nearly all the demo applications.