dgobalak / sutsim

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

Add firmware abstraction for creating tasks that simplifies periodic/event-driven task simulation #7

Closed dgobalak closed 1 month ago

dgobalak commented 1 month ago

Added abstraction layer that makes it simpler to integrate tasks with the sim. It's not needed for the sim to work, but the user can include the layer if they want to use it.