Skip to main content

Module test

Module test 

Source
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