dgobalak / sutsim

Simulation framework for validating firmware off-target
MIT License
2 stars 0 forks source link

Create firmware abstraction for periodic and event driven tasks #4

Closed dgobalak closed 1 month ago

dgobalak commented 1 month ago

It'd be cool if a user could register a set of functions that the simulator can call on each tick. These functions could be associated with a period (useful for periodic tasks) or some generic condition function (useful for event driven tasks)