FreeRTOS on UC3L0: unknown includes

brisco82 wrote on Wednesday, April 25, 2012:

I’ve been trying to get the FreeRTOS UC3-Port running on my UC3L064. But the “port.c” file keeps asking for headers that are not included in the “source” directory of the FreeRTOS directory structure:
#include <sys/cpu.h>
#include <sys/usart.h>
#include <malloc.h>

Where do I get these files from? Are any external libraries needed?

Thanks in advance,
Brisco

rtel wrote on Wednesday, April 25, 2012:

Which UC3 demo did you start with?  The ones in the FreeRTOS download are for older chips and compilers.  If you look at the Atmel Software Framework from Atmel.com you will find ports for newer devices using the latest compilers.

Regards.