EventFramework library allows the creation of an event-driven infrastructure in which small "threads" can handle events in a multithreaded execution context. The EventFramework can be configured to act as a cooperative or a fully-preemptive kernel with fixed-priority scheduling. Furthermore, this kernel matches run-to-completion semantics, and hence a single-stack configuration is enough to keep running this multithreaded execution environment. As running threads shares global stack, a huge quantity of RAM is saved in contrast with traditional RTOSes.

Dependents:   sensors_KL46Z_xmn

Download repository: zip gz

Files at revision 1:ec12f2e32faf

Name Size Actions
[up]
Event
EventHandler
List
Node
Types
EventFramework.cpp 5709 Revisions Annotate
EventFramework.h 8803 Revisions Annotate