Skip to content

This repository contains the code necessary for creating RTOS to a Cortex-M microcontroller. The implementation focuses on context switching, handling various fault exceptions, and managing system tick interrupts for task scheduling. Key components include stack management, privilege level switching, and hardware initialization.

Notifications You must be signed in to change notification settings

Abdu117/My-Own-RTOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

My-Own-RTOS

This repository contains the code necessary for creating RTOS to a Cortex-M microcontroller. The implementation focuses on context switching, handling various fault exceptions, and managing system tick interrupts for task scheduling. Key components include stack management, privilege level switching, and hardware initialization.

About

This repository contains the code necessary for creating RTOS to a Cortex-M microcontroller. The implementation focuses on context switching, handling various fault exceptions, and managing system tick interrupts for task scheduling. Key components include stack management, privilege level switching, and hardware initialization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.0%
  • Assembly 6.2%
  • Makefile 3.8%