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

Bit field annotations in register inspection window #66

Closed navnavnav closed 1 year ago

navnavnav commented 1 year ago

Once https://github.com/bloombloombloom/Bloom/issues/65 is complete and we're no longer needlessly passing register descriptors, I'd like to expand the TargetRegisterDescriptor struct to include information on bit fields within the register.

With that, we can then implement annotations in the BitsetWidget, in the register inspection pane:

image

This will not be in v0.12.0.

navnavnav commented 1 year ago

Changed my mind. There's no demand for this and it's not worth the time. Closing.