File: control

package info (click to toggle)
avarice 2.14%2Bsvn427-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,364 kB
  • sloc: cpp: 23,577; ansic: 1,135; makefile: 96; sh: 48; python: 26
file content (39 lines) | stat: -rw-r--r-- 1,341 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
34
35
36
37
38
39
Source: avarice
Section: electronics
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Build-Depends: autoconf-archive,
               binutils-dev,
               debhelper-compat (= 13),
               libhidapi-dev [!hurd-i386],
               libiberty-dev,
               libusb-dev,
               zlib1g-dev
Build-Conflicts: binutils-multiarch
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: http://avarice.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/avarice.git
Vcs-Browser: https://salsa.debian.org/debian/avarice

Package: avarice
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gdb-avr
Description: use GDB with Atmel AVR debuggers
 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".
 .
 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.
 .
 Because the GDB-AVaRICE connection is via a TCP socket, the two programs do
 not need to run on the same machine.
 .
 The currently supported debuggers are:
 .
  * JTAG ICE mkI
  * JTAG ICE mkII
  * AVR Dragon