non-preemptive topic
cpu-scheduling-simulator
⚙️Operating System CPU Scheduling Simulator😄
avr-simple-scheduler
A really simple, non-preemptive task scheduler.
ptScheduler
Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.
juggle
Async task switching for cooperative multitasking in single thread environments with no_std support.
PeriodicScheduler_Semaphore
Demonstrate basic task scheduling method on LCD and STM32 Nucleo64 board. You will learn basic idea of OS multi-thread operation and C, Assembly code.
Process-scheduling-simulator
Created programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling
Scheduling-Algorithms
Implementation of All Scheduling Algorithms using Structures in C