TinyRealTime - An EDF Kernel for the Atmel ATmega8L AVR
This report describes the design and implementation of {TinyRealTime}, an event-based real-time kernel for the Atmel AVR ATmega8L 8-bit micro-controller. The kernel is event-based and supports fully preemptive earliest-deadline-first scheduling of tasks. Semaphores are provided to support task synchronization. The focus of the report is on the memory management, timing, and internal workings of th
