non-preemptive topic

List non-preemptive repositories

cpu-scheduling-simulator

37
Stars
10
Forks
Watchers

⚙️Operating System CPU Scheduling Simulator😄

avr-simple-scheduler

31
Stars
8
Forks
Watchers

A really simple, non-preemptive task scheduler.

ptScheduler

21
Stars
2
Forks
Watchers

Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.

juggle

18
Stars
0
Forks
Watchers

Async task switching for cooperative multitasking in single thread environments with no_std support.

PeriodicScheduler_Semaphore

18
Stars
1
Forks
Watchers

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

15
Stars
8
Forks
Watchers

Created programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling