Skip to content

anand16158/RTOS-Microkernel-Style-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

RTOS Microkernel-Style Service Framework

A microkernel-inspired architecture built on top of an RTOS. Each service runs in its own thread and communicates only via centralized message routing.

Features

  • Multithreaded services
  • Message-based IPC
  • Central router
  • ISR-safe messaging
  • Deterministic scheduling

Architecture

RTOS Kernel → Microkernel Layer → Services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors