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

Export memory data via the memory inspection panes #51

Closed navnavnav closed 1 year ago

navnavnav commented 1 year ago

Currently, users can view target memory via the memory inspection panes, but they have no way of exporting or even copying the data for processing in other applications.

Ideally, Bloom should allow users to export the data in some way, in some format.

navnavnav commented 1 year ago

Haven't made much progress on this, unfortunately. Looking to spend some proper time on it during the next two weeks. Hoping to have v0.11.0 ready for release by 12/09.

navnavnav commented 1 year ago

Quick update on this:

Have made some progress.

Bloom Insight_143

Memory Inspection - Internal RAM_145

Still to do:

Given the amount of work left (including https://github.com/bloombloombloom/Bloom/issues/46 and https://github.com/bloombloombloom/Bloom/issues/53), it's unlikely that I'll have it all done by the end of next week. So v0.11.0 won't be released by 12/09 as planned. Will likely be near the end of September, maybe even later. Will keep the relevant tickets updated.

navnavnav commented 1 year ago

Development work for this is complete. Users can now export memory data via the clipboard:

Memory Inspection - Internal RAM_148

Changed have been merged into develop. Will be shipped with v0.11.0.