资 源 简 介
This project involves writing drivers for XMEGA to be used with FreeRTOS. It is intended to be used by students during their internships, so it will concentrate on clear code, and ease of understanding, being somewhat inefficient here and there. It will include several applications, which will be based on the same framework - FreeRTOS and drivers.
For each board a separate branch will be created, although I do not think there will be a lot of changes, considering the fact that all drivers (including buttons and LEDs) supposed to be universal.
Currently the project is hosted only on GitHub - https://github.com/yuriykulikov/FreeRTOS-port-to-XMEGA
Getting started, current state of things and all are here
https://docs.google.com/document/pub?id=13GdZZ5kcIWmPArHwJmD9q9AqVGNCRyPIkIdsJAzVY
I would like to thank Richard Barry and Real Time Engineers for FreeRTOS and Atmel for their xmega framework.
Have fun!