Skip to content

Bloom v0.6.0

Compare
Choose a tag to compare
@navnavnav navnavnav released this 07 Feb 00:25
· 1382 commits to master since this release

Small feature release.

Insight:

  • Introduced project-user settings which are loaded and saved automatically. This means:
    • Memory regions are persisted between execution cycles. Users no longer have to recreate these every time they close Bloom.
    • Hex viewer settings are persisted.
    • Main window size is persisted.
    • Panel and pane states are persisted.
  • Added signed integer data type for value annotations
  • Made endianness of focused memory regions configurable via the 'Manage Memory Regions' window.
  • Improved register searching

Bug fixes:

  • Masked memory reads of SRAM were failing with the Atmel-ICE and some UPDI targets. Device-side masking has now been disabled on all EDBG devices.