yuriykulikov / FreeRTOS-on-XMEGA

port.c and portmacro.h for FreeRTOS to run on any AVR XMEGA

Home Page:see wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-------------IMPORTANT---------------
Do not modify files tasks.c queue.c list.c and others.
The only files that could be modified are: FreeRTOSconfig.h and files in folder RTOS/portable
For ANY XMEGA this  port in current state should work. The only difference between ports
for different xmegas is size of program counter. 16-bit for devices with 128K of program memory
or less. 24-bit for other xmegas. This only matters in pxPortInitialiseStack();.
You will receive error from compiler if amount of memory for your devices is not defined
(you will have to do it yourself).

Do not do any other modifications if you are not absolutely sure.

in RTOS/portable/memMang exclude files heap_2.c and heap_3.c from build.

About

port.c and portmacro.h for FreeRTOS to run on any AVR XMEGA

see wiki


Languages

Language:C 100.0%