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

ckkay 2015-04-26 19:12:05.438000 Hi, We created a man pages for start-avarice for Debian. Please consider including these upstream. This issue was migrated from https://sourceforge.net/p/avarice/patches/32/

ckkay 2015-04-26 19:10:34.829000 Hi, please find attached a patch which fixes a number of spelling mistakes in jtag{2,3}misc.cc. We have this applied downstream in Debian, and we'd appreciate it if...

ckkay 2015-04-26 19:09:25.265000 Hi, please find attached a patch with some smaller fixes for the avarace.1 and ice-gdb.1 man pages. Mostly, it's just a proper escaping of minus signs. We...

m-j-h 2014-03-21 17:06:16.192000 So far, putpacket() sent every char on its own. Instead, we can accumulate a buffer and write that out over TCP/IP at once, vastly reducing overhead. This...

m-j-h 2014-03-21 17:05:21.930000 In previous versions of AVaRICE, a complete processor status was sent after every instruction, apparently to prevent GDB from asking for the status itself. In GDB 7.6,...

m-j-h 2014-03-21 17:03:01.797000 New versions of bfd.h break build on Linux and Mac OS systems. Including bfd.h requires constants to be defined, that are provided by autoconf. Including autoconf.h into...

johny_flash 2014-01-02 19:12:19.835000 the appended patch adds a device description for the atxmega32e5 and removes empty lines from `devdescr.cc`. I tested the changes with a real mcu and no error...

arnimlittek 2013-11-03 23:49:14.383000 I won't call the following a patch, per se. After diffing the device description segments for xm128a3 and xm32a4, the following is the modified diff. The intro...

leres 2013-07-14 18:05:10.916000 The new EarthLCD arLCD uses a atmega328 which has a signature not in the 2.13 avarice.conf (0x1e9514). Attached is a patch that clones the atmega328p entry and...

andyinno 2012-09-18 10:02:07 Hello, I used avarice in the past with great satisfaction for debug applications on atmega devices. Actually I'm switching for new projects on atxmega devices and I...