File: control

package info (click to toggle)
openocd 0.9.0-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 25,632 kB
  • sloc: ansic: 275,066; sh: 15,664; tcl: 7,088; asm: 1,913; cpp: 1,671; makefile: 1,200; perl: 717; python: 708; haskell: 35
file content (35 lines) | stat: -rw-r--r-- 1,451 bytes parent folder | download | duplicates (2)
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
Source: openocd
Section: embedded
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Uploaders: Luca Bruno <lucab@debian.org>
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libftdi-dev,
               libusb-1.0-0-dev [linux-any], libusb-dev [kfreebsd-any hurd-any],
               texinfo, texlive, 
               autotools-dev, autoconf,
               libhidapi-dev,
               libjim-dev,
               pkg-config,
               dh-autoreconf
Standards-Version: 3.9.6
Homepage: http://openocd.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/cgit/crosstoolchain/openocd.git
Vcs-Git: git://anonscm.debian.org/crosstoolchain/openocd.git

Package: openocd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Open on-chip JTAG debug solution for ARM and MIPS systems
 OpenOCD is an on-chip debugging, in-system programming and boundary-scan
 testing tool for ARM and MIPS systems.
 .
 The debugger uses an IEEE 1149-1 compliant JTAG TAP bus master to access
 on-chip debug functionality available on ARM based microcontrollers or
 system-on-chip solutions. For MIPS systems the EJTAG interface is supported.
 .
 User interaction is realized through a telnet command line interface,
 a gdb (the GNU debugger) remote protocol server, and a simplified RPC
 connection that can be used to interface with OpenOCD's Jim Tcl engine.
 .
 OpenOCD supports many different types of JTAG interfaces/programmers.