Tool/software:
Hi,
I have to include a floating-point-unit functionality into my application. The guideline to port FreeRTOS to use with TM4C129 and FPU enabled specifies to call vPortTaskUsesFPU() at the beginning of each task using floating point operations (and FPU HW enabled). The port.c file doesn't include the definition of vPortTaskUsesFPU(). I have started my code based on one of the FreeRTOS examples for this family of MCUs. I will appreciate any feedback or reference to examples with M4 and FPU with FreeRTOS.
Thanks in advance.