TMS470 port for v8.0.1?

Hi, anyone who got a port for the TMS470 and the latest FreeRTOS, v8.0.1? If not: We have a port for v.7.3.0, can that port be converted to v.8.0.1 in some easy steps? Kind regards, Lars

TMS470 port for v8.0.1?

Barring the point below, you should just be able to drop your port layer into the latest V8.0.1 source files. You port layer must be calling vTaskIncrementTick. The name of that function has changed to xTaskIncrementTick because it now returns a value – a context switch need only be performed in the function returns a non zero value. Please post your port to the FreeRTOS interactive site http://interactive.freertos.org Regards.

TMS470 port for v8.0.1?

Thanks alot for the quick answer. 🙂 Regards, Lars