dgobalak / sutsim

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

[FEATURE] Implement device resets and support persistent data #13

Open dgobalak opened 1 month ago

dgobalak commented 1 month ago

Is your feature request related to a problem? Please describe. We don't have an integrated solution for resetting a device. I.e. it's not simple for users to validate post-reset functionality (like ensuring persistent data got saved correctly).

Describe the solution you'd like We should be able to reload the firmware object of the device we'd like to reset. We'll need to figure out how to save data that's supposed to be persistent across reloads.