Steps to port free rtos to PIC

Hi all,
            i am new to free rtos , could anyone help me in giving steps to port free rtos to pic microcontroller. Regards
Sivakumar

Steps to port free rtos to PIC

Yes – if you are using a PIC24, dsPIC or PIC32, then start with the demo project provided in the main FreeRTOS download for your chosen microcontroller.  That way you will start with a known good working project, and can then adapt it to add in the functionality you need.  You should not need to port anything, other than maybe a few IO to get different LED’s and the like working. Regards.