Bloom v0.7.0
Feature release
Debug tool drivers:
- ISP interface for all EDBG-based debug tools. Bloom can now manage the DWEN fuse bit on debugWire targets, using the ISP interface. The
updateDwenFuseBit
target config parameter was introduced to control this function. See https://bloom.oscillate.io/docs/configuration#target-config-param-updateDwenFuseBit and https://bloom.oscillate.io/docs/debugging-avr-debugwire for more.
Insight:
- Updated Register Inspection window appearance (to be consistent with the Manage Memory Regions window).
Other:
- New
shutdownPostDebugSession
config parameter to instruct Bloom to automatically shutdown at the end of a debug session.