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.
forked from AbdelrahmanBadwy/My-Own-RTOS
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Abdu117/My-Own-RTOS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- C 90.0%
- Assembly 6.2%
- Makefile 3.8%