Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gilleszunino/attos

A tiny preemptive scheduler for AVR micro controllers
https://github.com/gilleszunino/attos

arduino atmega atmega328p microcontroller

Last synced: 10 days ago
JSON representation

A tiny preemptive scheduler for AVR micro controllers

Awesome Lists containing this project

README

        

# AttOS
A tiny real time scheduler for AVR micro controllers.

# Setup
1. Install [PlatformIO](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide)
2. Open the top level directory in PlatformIO

# Usage

## Concepts
Task

AttOS reserves the following resources for its own use:
* TIMER 0: Used by the AttOS' scheduler to schedule tasks