You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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