Skip to content

Bloom v0.5.0

Compare
Choose a tag to compare
@navnavnav navnavnav released this 28 Dec 18:19
· 1381 commits to master since this release

New debug tool drivers:

  • Xplained Pro Evaluation Board
  • Xplained Mini Evaluation Board
  • Xplained Nano Evaluation Board
  • Curiosity Nano Evaluation Board
  • MPLAB PICkit 4

For configuration values, see https://bloom.oscillate.io/docs/configuration#debug-tool-target-config

Insight:

  • Internal RAM and EEPROM inspection (excluding manipulation)
  • Stack memory highlighting
  • Focused memory regions (with value annotations)
  • Excluded memory regions
  • Go to address
  • ASCII view
  • Improved target package widgets sizes

Target support:

Bug fixes:

  • For certain targets, Bloom was sending an incorrect response to GDB's read register command. This was the result of some targets (just 9 of the 248 supported) having a stack pointer register size of just 1 byte. GDB was expecting this register to be 2 bytes in size, but Bloom was sending it as is. GDB would terminate the debug session in response to the incorrect packet sent by Bloom. This was reported by @ccrause.

Other: