You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aim is to design and implement a bare-metal real-time operating system for the STM32F401RE microcontroller without using hardware abstraction, to develop an understanding of low-level embedded C. Aiming to include context switching, task-scheduling and GPIO demonstrations.