Skip to content

Bloom v0.11.1

Compare
Choose a tag to compare
@navnavnav navnavnav released this 24 Sep 18:09
· 434 commits to master since this release

Bug fix release


Fixes:

  • YAML parsing exceptions were not being properly handled
    Exceptions thrown by the yaml-cpp library, when processing the user's project configuration file (bloom.yaml), were not being handled properly. This was resulting in syntax errors in bloom.yaml causing Bloom's process to unexpectedly abort.

  • Intermittent 'illegal target state' error on AVR8 targets, after a target reset
    After resetting an AVR8 target, the EDBG debug tool would sometimes report an 'illegal target state' error in response to any command that was sent immediately after receiving the break event (triggered by the reset). It seems as if the target is not fully reset (or stopped?), even after the point of receiving the break event. This was fixed by ensuring that the target is given some time after a reset, before sending any other commands.

  • Incorrect value annotation font style in hex viewer
    Due to a bug in the AnnotationItem class, annotation item labels were not being rendered correctly. This issue was intermittent.