bloombloombloom / Bloom

A debug interface for AVR-based embedded systems development on GNU/Linux.
https://bloom.oscillate.io/
Other
64 stars 3 forks source link

Remove TargetController suspension #80

Closed navnavnav closed 1 year ago

navnavnav commented 1 year ago

TargetController suspension is complicating the codebase. I want to get rid of it.

The releasePostDebugSession debug tool config param will also be binned.

navnavnav commented 1 year ago

Development work for this is complete.

TargetController suspension has been completely removed from the codebase, making things much simpler.

From now on, if Bloom loses control of the debug tool, it will just shutdown. Which is perfectly reasonable.

Changes have been merged into the develop branch. Will be shipped with v1.0.0.

Closing this now.