Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 346 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 346 Bytes

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.