Skip to content

Lightweight event-driven architecture on STM32 (without RTOS)

Notifications You must be signed in to change notification settings

uzunalican/STM32-EventQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STM32 Event Queue & Event-Driven Architecture

This project aims to demonstrate an event-driven software architecture on STM32 using a simple event queue mechanism.

The goal is to decouple input events (such as button presses or timers) from application logic without using blocking delays.

Work in progress – initial project structure created.

About

Lightweight event-driven architecture on STM32 (without RTOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages