SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By grilialex
#135936
This is an Embedded Systems Round-Robin OS made originally for the AVR family. It is now as open source under CDDL License.

I use this system as a baseline for all my embedded systems projects. It allows rapid application development as the hardware configuration of basic things like SysTick & Uart is very easy. It requires WinAVR (GCC) and programming tools for your target.

In V1.20 (latest) i have updated the FPGA Support Code and i have included a demo 8 channel R/C Servo Controller.
Video demonstrating the design can be found here: http://www.youtube.com/watch?v=65eO871_ ... ideo_title

Extra tools you may find useful is an FPGA to C source converter. This tool gets an FPGA bitstream or a CPLD XSVF file and generates a constant C table for use in your sources.

In V1.23 I have made a bug fix and some enhancements to the SysTick module. Example application is a safe Pump controller.

Source Code also available from Mercurial (Hg) repository on Sourceforge Project.

Resources: (Articles, Code, etc):
My Site: http://www.ilialex.gr/index.php?topic=E ... OS&lang=en
SourceForge: http://avrilos.sourceforge.net
Documentation also available at: http://www.codeproject.com/KB/system/avrilos.aspx

Thanks,
grilialex