FreeRTOS porting Steps

Dear All, I am new to porting of FreeRTOS.
Can somebody tells me the basic step wise procedure of porting FreeROTS on a microcontroller Regards
Lisa

FreeRTOS porting Steps

http://www.freertos.org/Creating-a-new-FreeRTOS-project.html
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
http://www.freertos.org/FreeRTOS-porting-guide.html Regards.

FreeRTOS porting Steps

Lisa, In general, the single most important thing you can do first is getting your main (possibly only) timer interrupt working and verifying that it works.  Blinking an LED at a standard rate and using a stopwatch to verify is a good step too – or just toggling an I/O and watching it on a scope to verify you have your basic timing working is the first, most important step, IMHO. Good Luck – FreeRTOS is a lot of fun!
John W.

FreeRTOS porting Steps

Dear John, is there a demo application for the same you mentioned ?
i have asked a question regarding same. ( reply no 12) in https://sourceforge.net/projects/freertos/forums/forum/382005/topic/5999440/index/page/1
please suggest me. Regards
Lisa

FreeRTOS porting Steps

Lisa,
Sorry – didn’t know you’d replied. What hardware do you have?
There’s a PC app you can try – maybe you should start there.
Have you downloaded the example code in SVN?
Regards,
John