FreeRTOS+Yagarto+AT91SAM7X256 ?

yagarto_fan wrote on Saturday, October 06, 2007:

I know C, I learned to build an Atmel example code for AT91SAM7X256 with Yagarto. However, I don’t know much about writing makefiles. I tried to modify various FreeRTOS demo projects for Yagarto and AT91SAM7X256 with no success. I would like to have a working toolchain and a simple FreeRTOS demo code, which compiles correctly. Does someone know such a project example in the net?
Thank you.

rtel wrote on Saturday, October 06, 2007:

There already is a makefile for the SAM7X that builds using Yagarto within the FreeRTOS.org .zip file.  You will find it in the FreeRTOS\Demo\lwIP_Demo_Rowley_ARM7 directory.  Just navigate to that directory, then type "make".

Regards.