Skip to content

Bloom v0.3.0

Compare
Choose a tag to compare
@navnavnav navnavnav released this 04 Jul 00:24
· 1353 commits to master since this release
  • Added support for the UPDI physical interface
  • Added support for AVR D-Series targets (DA, DB and DD)
  • Fixed bug where incorrect register addresses were being sent as AVR8 target params - the EDBG tool expected the mapped IO memory address offset to be stripped from the register addresses before sending, but this wasn't documented anywhere, and it doesn't apply to all register addresses (fun!)
  • Fixed stack pointer access bug which was causing GDB to request incorrect memory addresses in certain conditions
  • Fixed bug with GDB interrupt packets not being handled properly. This was causing the debug server to crash in certain instances of it receiving interrupt packets from the GDB client.
  • Fixed bug with the Insight window enabling the target widget whilst the target was running