Expand description
Test module for the scheduler
Contains simple test tasks to verify that the scheduler is working correctly. Includes both a cooperative task and a busy-loop task to demonstrate preemptive scheduling.
Functionsยง
- busy_
task_ ๐main - Main function for the busy-loop test task (never yields).
- create_
test_ tasks - Creates and adds test tasks to the scheduler
- test_
task_ ๐main - Main function for the cooperative test task