Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gilleszunino/attos
- Owner: GillesZunino
- License: mit
- Created: 2022-08-03T17:58:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T23:07:24.000Z (over 2 years ago)
- Last Synced: 2024-11-30T18:32:15.908Z (2 months ago)
- Topics: arduino, atmega, atmega328p, microcontroller
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
TaskAttOS reserves the following resources for its own use:
* TIMER 0: Used by the AttOS' scheduler to schedule tasks