Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 715 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 715 Bytes

Real Time Operating Systems

Explanation

  • This file contains code we wrote to implement a fault tolerance algorithm (the Oral Majority Algorithm)
  • We used Message Queues, Semaphores, and Mutexes to run our code on multiple threads
  • Written in C using the CMSIS-RTOS2 interface for real time operating system programming

Sources

  • By Arjun Krishna, and Andrei Ikic
  • Created as a course project for MTE241 (real time operating systems) under the guidance of Irene Huang