-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dab443b
commit 6eaab16
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# PUMA260 | ||
An embedded board for controlling a PUMA260 Robot Arm. | ||
# TIVA Task Scheduler | ||
A simple priority based task scheduler for TIVA boards utilizing Tivaware. | ||
|
||
If you'd like to use this in your project, just let me know, because I'd love to see your project :). If you cannot disclose that information, then you probably should be using better code than mine. | ||
|
||
Task priority is ordered lowest->highest, so the lower the number the higher the priority. | ||
|
||
The scheduler was tested on a Tiva tm4c129ncpdt and Tiva tm4c123gh6pm but should be compatible with all tivas. |