File: net.sourceforge.avarice.metainfo.xml

package info (click to toggle)
avarice 2.14%2Bsvn427-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,376 kB
  • sloc: cpp: 23,577; ansic: 1,135; makefile: 99; sh: 48; xml: 30; python: 26
file content (33 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
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>