Skip to content

over-infinity/Zi-RTOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zi-RTOS

Introduction

Zi-RTOS is a Cooperative multitasking or in other words it is a non-preemptive multitasking RTOS. Cooperative RTOSs are a style of computer multitasking in which the operating system never initiates a context switch from a running process to another process. Instead, in order to run multiple applications concurrently, processes voluntarily yield control periodically or when idle or logically blocked. This type of multitasking is called cooperative because all programs must cooperate for the scheduling scheme to work. for more information about Cooperative-RTOS refer to wikipedia

This project is under developping by over-infinity

About

Zi-RTOS is a cooperative multitasking for embedded system & microcontroller. this RTOS is port-free. it means that you don't need any special porting code for using Zi-RTOS in your project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages