Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 529 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 529 Bytes

avr-kernel

A simple multitasking kernel for written for the ATmega328P (using an Arduino Uno), but should be adaptable to other AVR8 MCU's. Configurable to allow up to 8 threads, with a custom stack size for each thread and optional canary values to detect stack overflow situations. See the Doxygen documentation for more details.

This kernel is based on a design created by Professor Frank Barry for his CS5549 class, with some added modifications and enhancements by me.