Freertos port for atmega128,1281 or 2561

gerry230 wrote on Friday, August 21, 2009:

does anyone know if there is a port for the Atmel AVR 128,1281 or 2561 hopefully supporting the 2 async  ports with I2C and SPI
thanks
Gerry

davedoors wrote on Saturday, August 22, 2009:

Try Googleing for ATMega128 FreeRTOS. I think you will find some examples.

gezab wrote on Saturday, August 22, 2009:

You also need to be aware that RAMPZ is not handled by default by FreeRTOS, you have to modify context saving and restoring macros and initial stack setup to accout for that.