anthonydurot / Task-Scheduler

A task scheduler for ATmega328p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task-Scheduler

It's a work-in-progress Task Scheduler compatible with FreeRTOS API, targeting Arduino UNO(ATmega328p), but should work without problem in another AVR plataforms.

The scheduler has as its base the Rate-monotonic scheduling.

About

A task scheduler for ATmega328p


Languages

Language:C 94.7%Language:Arduino 5.3%