Porting Guide/API? Want to port to DSP56F805

Hi, I’m interested in porting the FreeRTOS to Freescale’s 56800/E hybrid family (specifically the 56f805) for CodeWarrior. Is there some step-by-step porting how-to guide, and an API on what functionality needs to happen in port.c & portmacro.h etc.? Has anyone else had any luck porting to a platform that has the ‘Processor Expert’ generated ISR, timer etc. code? Thanks, Greg

Porting Guide/API? Want to port to DSP56F805

This might help get things started http://www.freertos.org/FreeRTOS-porting-guide.html

Porting Guide/API? Want to port to DSP56F805

Hi, Yes, I’ve gone through that – but the "Implementing the stubs" section is where I need more info… ? It’s mentioned as being ‘the difficult bit’ but no more info on it :( -Greg