detoxie wrote on Monday, June 02, 2014:
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
detoxie wrote on Monday, June 02, 2014:
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
rtel wrote on Monday, June 02, 2014:
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.