Skip to content

This project implements a simple scheduler for a Freescale microcontroller mc9s08qg8.

License

Notifications You must be signed in to change notification settings

Elemeants/SchedulerQG8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchedulerQG8

Implements a simple scheduler for a freescale microcontroller mc9s08qg8.

Description

Uses a Round-Robin scheduler, to execute a list of "static" threads.

This project is for "eduational" purposes, the microcontroller only haves 512 bytes of ram, so is no good enough to execute a lot of threads easly.

Getting Started

Need to download the project, and add it to your CodeWarrior workspace, then add to your project paths the Project_Headers folders. And add the ScheluderLib.lib from the compilation folder, usually Debug or Release to your project link libraries.

Author

Elemeants

Version History

  • 1.0
    • Initial Release.

License

This project is licensed under the MTI License - see the LICENSE.md file for details

About

This project implements a simple scheduler for a Freescale microcontroller mc9s08qg8.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages