I downloaded FreeRTOS and I want to put it on a microcontroller (ATMega32) on a PCB (I'll do it on a breadboard 1st) like this. How can I achieve this?
Thanks
According to the site, build instructions are included with the source.
Did you look through that?
There is an AVR323 demo, which is completely compatible with the AVR32 as it is the AVR32's predecessor.
http://www.freertos.org/a00098.html http://www.freertos.org/AVR_IAR.html
Those are official ports, although rather old now. There are also lots of contributed ports in the FreeRTOS Interactive! site.
http://interactive.freertos.org/forums/103473-atmel
Regards.