Skip to content
/ edf Public

Edf is an event-driven framework for embedded system (e.g. FreeRTOS) with state machine and subscriber-publisher pattern. If you like it, star it. Thanks.

License

Notifications You must be signed in to change notification settings

alcolate/edf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edf means event-driven framework.

Event-driven programming is a common pattern in embedded systems. However, if you develop software directly on top of RTOS, using event-driven mode is a bit more complicated. The framework is designed in C++, fully adopts message mechanism, and implements event-driven model through subscriber-publisher pattern. The framework also provides a finite state machine implementation method.

About

Edf is an event-driven framework for embedded system (e.g. FreeRTOS) with state machine and subscriber-publisher pattern. If you like it, star it. Thanks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published