mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-16 10:06:17 +02:00
Introduce configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H, which allows a user provided header file to be included at the bottom of the tasks.c source file, which can add user functions and access file scope data. Replace global on/off switches used for lint errors with save/restore switches.