Skip to content

My implementation of a RTOS using the ARMv7 architecture on a TI MSP432 chip

Notifications You must be signed in to change notification settings

dean4ta/RTOS-in-ARMv7

Repository files navigation

RTOS-in-ARMv7

My implementation of a RTOS using the ARMv7 architecture on a TI MSP432 chip

Operation DemoPicture

  • dynamically kill/add threads
  • Aperiodic threads added to be triggered on interrupt
  • WiFi functionality demonstrated with UDP protocol to other microcontroller running identical code
  • 2 player Pong game using a router as access point
  • sleeping functionality added to Round Robin threads
  • Periodic threads added (executed at highest priority)
  • semaphores have ability to block threads requesting an unavailable resource and unblocking when resource is free
  • RTOS with round robin scheduler and naive semaphores (spin-lock)

About

My implementation of a RTOS using the ARMv7 architecture on a TI MSP432 chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published