Skip to content
/ rtos Public

This repository features a basic RTOS for AVR microcontrollers with up to 128KB flash memory. It uses cooperative multitasking, where tasks yield control voluntarily, making it ideal for applications without strict real-time requirements. The system is simple and efficient, designed for small-scale embedded projects.

License

Notifications You must be signed in to change notification settings

rudmasz/rtos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rtos

About

This repository features a basic RTOS for AVR microcontrollers with up to 128KB flash memory. It uses cooperative multitasking, where tasks yield control voluntarily, making it ideal for applications without strict real-time requirements. The system is simple and efficient, designed for small-scale embedded projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages