avarice icon indicating copy to clipboard operation
avarice copied to clipboard

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.

Results 53 avarice issues
Sort by recently updated
recently updated
newest added

Capture wasn't working on Atmel-ICE due to a missing CMD_AVR8_ATTACH command. Fixing this required telling the jtag3 initializer about whether a capture is being attempted, versus a full debug initialization....

Target is an ATmega328P (Arduino Uno) connected to Atmel-ICE (also observed with AVR Dragon). Host is a MacBook Air M2 running macOS Ventura (also observed with an Intel MacBook Pro...

Mixing unsigned long and int on LP64 platforms caused the chunksize adjustment to be wrong for flash memory reads from "negative" addresses. This caused runaway reads and heap corruption, because...

Target is an ATmega328P (Arduino Uno) connected to an Atmel-ICE via DebugWire. I also observed this behavior with an AVR Dragon as the probe. Reads starting from a non-zero offset...

When doing a flash read that crosses pages, clear the offset once the first page is read. Otherwise, GDB will receive incorrect bytes, and the read can overrun the page...

Target is an ATmega32U4 (Arduino Micro) over JTAG, with an Atmel-ICE. I don't know whether this also occurs with JTAGICE3. `avarice -d -C -4 -B 2M localhost:6000` exits with an...

could you please add support for the mega88/168pb variants? avarice -4 -w output is: ``` AVaRICE version 2.14svn20200906, Oct 16 2021 10:40:06 JTAG config starting. Found a device, serial number:...

Hello! I was very happy to see that avarice is now on github. And thanks to @maxgerhardt and Joerg for pushing me to upstream my changes. This PR contains my...

Hello! I've found these really small changes required to be able to run this script under python3. Seeing as how python2 has been deprecated for 3 years now, I believe...

Hello! This PR adds support for the following devices: - ATmega324PB - ATmega16a4u - ATtiny402, ATtiny412, ATtiny814 This support was added either by me or by other contributors to [my...