1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>net.sourceforge.avarice</id>
<metadata_license>MIT</metadata_license>
<name>avarice</name>
<summary>use GDB with Atmel AVR debuggers</summary>
<description>
<p>AVaRICE is a program which interfaces the GNU Debugger with the
AVR JTAG ICE, and other debuggers, available from Atmel. It
connects to gdb via a TCP socket and communicates via gdb's
"serial debug protocol".</p>
<p>This protocol allows gdb to send commands like "set/remove
breakpoint" and "read/write memory". AVaRICE translates this
commands into the Atmel protocol used to control the JTAG ICE (or
other) debugger.</p>
<p>Because the GDB-AVaRICE connection is via a TCP socket, the two
programs do not need to run on the same machine.</p>
<p>The currently supported debuggers are:</p>
<ul>
<li>JTAG ICE mkI</li>
<li>JTAG ICE mkII</li>
<li>AVR Dragon</li>
</ul>
</description>
<provides>
<modalias>usb:v30EBp2103d*</modalias>
<modalias>usb:v30EBp2107d*</modalias>
<modalias>usb:v30EBp2110d*</modalias>
</provides>
</component>
|