Skip to content

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

Notifications You must be signed in to change notification settings

jhmsr/FreeRTOS-on-XMEGA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

-------------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

Resources

Stars

Watchers

Forks

Packages

No packages published